Skip to content

Commit 3692cb0

Browse files
committed
no need for extra padding
1 parent ca5e3a3 commit 3692cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/css/messages.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.message {
22
border-radius: 10px;
33
/* extra padding on right to make room for button */
4-
padding: 10px 80px 10px 40px;
4+
padding: 10px 40px 10px 40px;
55
/* needed for button position: absolute */
66
position: relative;
77
text-align: center;

0 commit comments

Comments
 (0)