#812: another textarea set to full width

This commit is contained in:
gorhill 2015-02-16 07:14:20 -05:00
parent eb02abbc54
commit 835e0a12a2

View file

@ -116,10 +116,11 @@ body[dir=rtl] #externalListsDiv {
margin: 2em 2em 0; margin: 2em 2em 0;
} }
#externalLists { #externalLists {
box-sizing: border-box;
font-size: smaller; font-size: smaller;
width: 48em; height: 10em;
height: 8em;
white-space: pre; white-space: pre;
width: 100%;
} }
body #busyOverlay { body #busyOverlay {
position: fixed; position: fixed;