fix broken label display

This commit is contained in:
doubaniux 2021-01-02 16:37:29 +01:00
parent bb311a2a92
commit 6690f5d385
3 changed files with 8 additions and 6 deletions

View file

@ -1183,6 +1183,7 @@ select::placeholder {
padding-top: 2px;
font-weight: lighter;
letter-spacing: 0.1rem;
word-break: keep-all;
position: relative;
top: -1px;
}

File diff suppressed because one or more lines are too long

View file

@ -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