mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Fix label alignement on Safari
Safari infer different values for the `vertical-align` property of `inline-block` element. See this answer for more details: http://stackoverflow.com/a/4828136/1652064 Fixes #177
This commit is contained in:
parent
84f49fa7a1
commit
2cd0402e72
1 changed files with 2 additions and 0 deletions
|
|
@ -8,11 +8,13 @@
|
||||||
font-weight: 700
|
font-weight: 700
|
||||||
font-size: 13px
|
font-size: 13px
|
||||||
margin-right: 4px
|
margin-right: 4px
|
||||||
|
margin-bottom: 5px
|
||||||
padding: 3px 8px
|
padding: 3px 8px
|
||||||
max-width: 100%
|
max-width: 100%
|
||||||
min-width: 8px
|
min-width: 8px
|
||||||
overflow: ellipsis
|
overflow: ellipsis
|
||||||
height: 18px
|
height: 18px
|
||||||
|
vertical-align: bottom
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
color: white
|
color: white
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue