Skip to content

Commit db88f06

Browse files
committed
fix: duplicate display attribute in .button CSS rule
Only the second one was taking effect, so remove the first one. Signed-off-by: stadust <[email protected]>
1 parent afb3c00 commit db88f06

File tree

1 file changed

+0
-1
lines changed
  • pointercrate-core-pages/static/css

1 file changed

+0
-1
lines changed

pointercrate-core-pages/static/css/ui.css

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
.button {
44
padding: 10px 20px;
5-
display: inline-block;
65
text-align: center;
76
border: none;
87
cursor: pointer;

0 commit comments

Comments
 (0)