Skip to content

Commit

Permalink
fix(core): bump up width on numerical form fields (#8116)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcomstock committed Apr 3, 2020
1 parent a1805a3 commit 8dd9fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/modules/core/src/presentation/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ body > .container {

.form-control {
&.inline-number {
width: 60px;
width: 100px;
display: inline-block;
}
&.inline-text {
Expand Down

0 comments on commit 8dd9fd6

Please sign in to comment.