Fixed terminal lines wrapping bug

This commit is contained in:
Prozilla 2023-07-24 22:40:17 +02:00
parent 42b0883997
commit 3ab5602731
No known key found for this signature in database
GPG key ID: 5858DFE71CAF31EE

View file

@ -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 {