mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
PLT-7065 - Fixing alignment for heading (#6901)
This commit is contained in:
committed by
Saturnino Abril
parent
f3acd34128
commit
2190a288e0
@@ -870,16 +870,20 @@
|
||||
.heading {
|
||||
font-size: 17px;
|
||||
font-weight: 400;
|
||||
line-height: normal;
|
||||
line-height: 50px;
|
||||
position: relative;
|
||||
top: 14px;
|
||||
vertical-align: top;
|
||||
|
||||
.ios & {
|
||||
line-height: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
.header-dropdown__icon {
|
||||
font-size: 12px;
|
||||
line-height: 50px;
|
||||
margin-left: 5px;
|
||||
top: 20px;
|
||||
top: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user