Skip to content

Commit 661eb86

Browse files
authored
fix ui-dialog number input width
1 parent 1889a43 commit 661eb86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/stylesheets/wigu/active_admin_theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ form fieldset > ol > li fieldset ol li {
695695
display: block;
696696
margin-bottom: 5px;
697697
}
698-
input[type="text"], input[type="datepicker"], textarea {
698+
input[type="text"], input[type="number"], input[type="datepicker"], textarea {
699699
padding: 8px 10px 7px;
700700
border: 1px solid #e6e9ee;
701701
background-color: #fdfefe;

0 commit comments

Comments
 (0)