16 lines
No EOL
309 B
Text
16 lines
No EOL
309 B
Text
/*-------------------
|
|
Form Variables
|
|
--------------------*/
|
|
|
|
.ui.form .selection.dropdown {
|
|
padding: 1.1em 1.2em;
|
|
border-width: 2px;
|
|
}
|
|
.ui.form .selection.dropdown .menu {
|
|
min-width: calc(100% + 4px);
|
|
margin: 0 -2px;
|
|
border-width: 2px;
|
|
}
|
|
.ui.form .selection.dropdown input {
|
|
padding: inherit;
|
|
} |