Skip to content

Commit 2dd3531

Browse files
committed
Change default width of Input to be 100%
1 parent 4c77e12 commit 2dd3531

File tree

1 file changed

+1
-1
lines changed
  • components/dash-core-components/src/components/css

1 file changed

+1
-1
lines changed

components/dash-core-components/src/components/css/input.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
position: relative;
44
display: inline-flex;
55
align-items: center;
6-
width: 170px; /* default input width */
6+
width: 100%;
77
height: 34px;
88
background: var(--Dash-Fill-Inverse-Strong);
99
border-radius: var(--Dash-Spacing);

0 commit comments

Comments
 (0)