Skip to content

Commit cfcfceb

Browse files
authored
Merge pull request #39 from activeadmin-plugins/gigorok-patch-1
fix ui-dialog number input width
2 parents 1889a43 + 661eb86 commit cfcfceb

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)