6
0
mirror of https://github.com/pklaus/brother_ql_web.git synced 2024-05-25 11:56:53 +03:00

textarea#labelText { resize:none; }

This commit is contained in:
Philipp Klaus 2017-09-20 12:21:06 +02:00
parent 02d69f613a
commit bed4649235

@ -11,3 +11,7 @@
padding-left: 10px;
display:table-cell;
}
textarea#labelText {
resize: none;
}