properly align triangle and unshare icons to text, also fixes line hopping
This commit is contained in:
parent
7ee5b2df13
commit
a5d84b74d0
|
@ -32,6 +32,11 @@
|
|||
#shareWithList .cruds {
|
||||
margin-left:-10px;
|
||||
}
|
||||
|
||||
#shareWithList .unshare img, #shareWithList .showCruds img {
|
||||
vertical-align:text-bottom; /* properly align icons */
|
||||
}
|
||||
|
||||
#dropdown label {
|
||||
font-weight:400;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue