1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 11:22:42 +01:00

Improve .navbar-brand-with-text vertical alignment

This commit is contained in:
FreeScout 2021-01-06 00:14:26 -08:00
parent 1e6b0ac6a9
commit 7572febd8d

View File

@ -357,6 +357,9 @@ h1, h2, h3, h4, h5, h6 {
.navbar-brand {
padding: 12px 15px 12px;
}
.navbar-brand-with-text {
line-height: 24px;
}
.navbar-brand.navbar-brand-with-text > img {
display: inline-block;
}