added width 100% to .simple-note__input
This commit is contained in:
parent
079990d51e
commit
e0503aa037
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.simple-note__input {
|
.simple-note__input {
|
||||||
|
width: 100%;
|
||||||
padding: 0.5625rem 0.75rem;
|
padding: 0.5625rem 0.75rem;
|
||||||
transition: color ease-in-out 0.1s;
|
transition: color ease-in-out 0.1s;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue