fix broken label display
This commit is contained in:
parent
bb311a2a92
commit
6690f5d385
3 changed files with 8 additions and 6 deletions
|
@ -1183,6 +1183,7 @@ select::placeholder {
|
|||
padding-top: 2px;
|
||||
font-weight: lighter;
|
||||
letter-spacing: 0.1rem;
|
||||
word-break: keep-all;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
|
2
common/static/css/boofilsic.min.css
vendored
2
common/static/css/boofilsic.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -13,12 +13,13 @@ $in-site-color: $color-primary
|
|||
font-size: 1.1rem
|
||||
margin: 3px
|
||||
padding: 1px 3px
|
||||
padding-top: 2px;
|
||||
font-weight: lighter;
|
||||
letter-spacing: 0.1rem;
|
||||
padding-top: 2px
|
||||
font-weight: lighter
|
||||
letter-spacing: 0.1rem
|
||||
word-break: keep-all
|
||||
|
||||
position: relative;
|
||||
top: -1px;
|
||||
position: relative
|
||||
top: -1px
|
||||
|
||||
&.source-label__in-site
|
||||
border-color: $in-site-color
|
||||
|
|
Loading…
Add table
Reference in a new issue