Browse Source

improve UI

wangweimin 5 years ago
parent
commit
2599372c5e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pywebio/html/css/app.css

+ 4 - 0
pywebio/html/css/app.css

@@ -57,4 +57,8 @@
 }
 .no-fix-height #input-container h5.card-header{
     padding: .4rem 1.25rem;
+}
+h5.card-header:empty{
+    padding: 0 !important;
+    border-bottom: 0 !important;
 }