Skip to content

Commit c0143b5

Browse files
committed
Fix button roundness
1 parent 0ace159 commit c0143b5

File tree

1 file changed

+2
-2
lines changed
  • timeflux_ui/www/monitor/assets/css

1 file changed

+2
-2
lines changed

timeflux_ui/www/monitor/assets/css/ui.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
.button.is-rounded.is-icon {
1818
margin-left: .375rem;
19-
padding-left: .75em;
20-
padding-right: .75em;
19+
padding-left: 1em;
20+
padding-right: 1em;
2121
}

0 commit comments

Comments
 (0)