mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-13 10:00:51 +01:00
Kalk_web word-wrap
This commit is contained in:
parent
d301e52391
commit
63eed1f07c
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user