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

View File

@ -616,3 +616,7 @@ label.form-name
{ {
line-height: 20px line-height: 20px
} }
.panel .panel-footer .label
{
display: inline-block;
}