mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Fix width of edit.js dropdown to accomodate collision options
This commit is contained in:
parent
d108fabd0b
commit
f6d5a59c8a
1 changed files with 2 additions and 2 deletions
|
@ -593,7 +593,7 @@ hr {
|
|||
.dropdown dl {
|
||||
font-family: FiraSans-SemiBold;
|
||||
font-size: 15px;
|
||||
width: 172px;
|
||||
width: 292px;
|
||||
height: 28px;
|
||||
padding: 0 28px 0 12px;
|
||||
color: #afafaf;
|
||||
|
@ -645,7 +645,7 @@ hr {
|
|||
.dropdown li {
|
||||
list-style-type: none;
|
||||
padding: 3px 0 1px 12px;
|
||||
width: 200px;
|
||||
width: 320px;
|
||||
height: auto;
|
||||
font-family: FiraSans-SemiBold;
|
||||
font-size: 15px;
|
||||
|
|
Loading…
Reference in a new issue