Browse Source

Fix Log Config css layout problem

pull/4527/head
Linquize 8 years ago
parent
commit
03d65bc8ea
  1. 2
      public/css/gogs.css
  2. 2
      public/less/_admin.less

2
public/css/gogs.css

@ -3123,7 +3123,7 @@ footer .ui.language .menu {
width: 100px; width: 100px;
} }
.admin.config .log-config table tbody tr td:not(first-child) { .admin.config .log-config table tbody tr td:not(first-child) {
max-width: 0; max-width: 200px;
} }
.explore { .explore {
padding-top: 15px; padding-top: 15px;

2
public/less/_admin.less

@ -71,7 +71,7 @@
width: 100px; width: 100px;
} }
&:not(first-child) { &:not(first-child) {
max-width: 0; max-width: 200px;
} }
} }
} }

Loading…
Cancel
Save