Skip to content

Commit 3dab92e

Browse files
committed
feat: add input styles with minimum width to enhance layout consistency
1 parent 815c416 commit 3dab92e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/material-icons/material-icons.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import "./../../components/styles/icon.css";
2+
@import "./../../components/styles/input.css";
23

34
:host {
45
display: grid;

components/styles/input.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ input {
66
background-color: var(--cl-bg);
77
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
88
width: var(--input-width);
9+
min-width: 15rem;
910
}
1011

1112
input:hover {

0 commit comments

Comments
 (0)