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
+5 -1
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;
}