Kalk_web word-wrap

This commit is contained in:
PaddiM8 2021-01-04 17:13:11 +01:00
parent a4fe6c3f0b
commit 848dd228c7

View File

@ -239,6 +239,7 @@
.consoleLine {
margin-top: 0;
margin-bottom: 0;
word-wrap: break-word;
}
.input-area {
@ -258,6 +259,11 @@
display: inline-block;
width: 100%;
color: white;
word-wrap: anywhere;
&:focus {
outline: none;
}
}
</style>