diff options
Diffstat (limited to 'resources/assets/themes/base.less')
-rw-r--r-- | resources/assets/themes/base.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/assets/themes/base.less b/resources/assets/themes/base.less index b3c51a35..493cfbc2 100644 --- a/resources/assets/themes/base.less +++ b/resources/assets/themes/base.less @@ -51,6 +51,10 @@ table a > .icon-icon_angel { background-color: @text-color; } +.table .form-group { + margin-bottom: 0; +} + .stats { .make-md-column(3); .make-xs-column(6); |