mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix select2 sizing issue
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
66258f55e6
commit
afac0fddb3
1 changed files with 4 additions and 1 deletions
|
|
@ -224,6 +224,9 @@ select:hover {
|
|||
|
||||
|
||||
/* select2 adjustments */
|
||||
.select2-container {
|
||||
margin: 3px 3px 3px 0 !important;
|
||||
}
|
||||
#select2-drop {
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
|
@ -267,7 +270,7 @@ select:hover {
|
|||
box-sizing: content-box !important;
|
||||
border-radius: 3px !important;
|
||||
border: 1px solid #ddd !important;
|
||||
margin: 3px 3px 3px 0 !important;
|
||||
margin: 0 !important;
|
||||
padding: 2px 0 !important;
|
||||
min-height: auto !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue