Make empty messages large enough to be clicked.
This commit is contained in:
parent
58c78a2840
commit
6b24d99022
|
@ -270,9 +270,13 @@
|
||||||
}
|
}
|
||||||
.message-editor {
|
.message-editor {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
min-width: 100px;
|
min-width: 60px;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
}
|
}
|
||||||
|
.message-display {
|
||||||
|
min-width: 60px;
|
||||||
|
min-height: 1.3em;
|
||||||
|
}
|
||||||
.button-pack .button {
|
.button-pack .button {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
|
|
Loading…
Reference in New Issue