Skip to content

Commit bc79fca

Browse files
committed
fixed-width buttons don't work well in i10n apps
1 parent 163159c commit bc79fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/recurring_select.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ select {
114114
padding:10px 0px 5px 0px;
115115
min-width:170px;
116116
text-align:center;
117-
input[type=button] { margin:0px 5px; width:70px;
117+
input[type=button] { margin:0px 5px;
118118
&.rs_save {color:#333; }
119119
&.rs_cancel {color:#666;}
120120
&.disabled {color:#aaa; }

0 commit comments

Comments
 (0)