Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit a8c8305

Browse files
committed
Fixed #507: fixed css of buttons-detail class
1 parent f2fa7c0 commit a8c8305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/ui/styles/default.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,5 +260,5 @@ form .required:after {
260260
}
261261

262262
#buttons-detail { overflow: auto; }
263-
#buttons-detail button { width: 30%; float: left; margin: 4px }
263+
#buttons-detail .btn { width: 30%; float: left; margin: 4px }
264264

0 commit comments

Comments
 (0)