Fixed terminal lines wrapping bug
This commit is contained in:
parent
42b0883997
commit
3ab5602731
1 changed files with 2 additions and 1 deletions
|
|
@ -24,8 +24,9 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 1.25rem;
|
line-height: 1.25rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
text-align: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Input input {
|
.Input input {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue