mirror of https://github.com/rancher/ui.git
Fix select drop down so text is not clipped
This commit is contained in:
parent
23b8e84914
commit
cde20c44a7
|
|
@ -19,6 +19,6 @@
|
||||||
border: solid 1px $border;
|
border: solid 1px $border;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
padding: 10px;
|
padding: 4px 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue