瀏覽代碼

remove button margin-bottom in from group

wangweimin 2 年之前
父節點
當前提交
2cd63dd1c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pywebio/html/css/app.css

+ 1 - 1
pywebio/html/css/app.css

@@ -111,7 +111,7 @@ button {
     margin-bottom: 8px;
 }
 
-td blockquote, td dl, td ol, td p, td pre, td table, td ul, td button, td pre {
+td blockquote, td dl, td ol, td p, td pre, td table, td ul, td button, .form-group button, td pre {
     margin-bottom: 0 !important;
 }