mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Move vertical align to affect label name & remove
Fixes issue with Chrome where label was mis-aligned
This commit is contained in:
parent
3593c4b221
commit
e757bd673e
1 changed files with 1 additions and 1 deletions
|
@ -348,6 +348,7 @@ ul.project-list {
|
|||
color: #FFF;
|
||||
border-radius: @tag-border-radius;
|
||||
background-color: @tag-bg-color;
|
||||
vertical-align: text-bottom;
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: @tag-bg-hover-color;
|
||||
|
@ -360,7 +361,6 @@ ul.project-list {
|
|||
max-width: @tag-max-width;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
.tag-label-remove {
|
||||
padding-left: 0.3em;
|
||||
|
|
Loading…
Reference in a new issue