Merge pull request #106 from yigitkeremoktay/patch-1

Fix service labels not fitting inside  container
This commit is contained in:
Vojtěch Sajdl 2020-08-14 13:23:24 +02:00 committed by GitHub
commit 7362c857b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -615,4 +615,8 @@ body .h1,body .h2,body .h3,body h1,body h2,body h3 {
label.form-name
{
line-height: 20px
}
}
.panel .panel-footer .label
{
display: inline-block;
}