mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
Fix index select2 input padding and font-family to meet bootstrap input style
This commit is contained in:
parent
9710161661
commit
9e04f85229
1 changed files with 4 additions and 0 deletions
|
@ -187,6 +187,10 @@ input {
|
|||
.mastfoot {
|
||||
position: relative;
|
||||
}
|
||||
.select2-container-multi .select2-choices .select2-search-field input {
|
||||
font-family: inherit;
|
||||
padding: 5px 12px;
|
||||
}
|
||||
.select2-container {
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue