Browse Source

adjust button UI

wangweimin 5 years ago
parent
commit
9deed83290
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pywebio/html/css/app.css

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

@@ -61,4 +61,7 @@
 h5.card-header:empty{
     padding: 0 !important;
     border-bottom: 0 !important;
+}
+button{
+    margin-bottom: 8px;
 }