xref: /plugin/structsection/style.less (revision 058da0829d217e4181b31d5f836e4ccb4c52d7a8)
1textarea.struct_section {
2  width: 30em;
3  min-height: 6em;
4}
5
6.struct_inlineditor textarea.struct_section {
7  min-width: 100%; // min-width is the workaround for `width: auto !important` in DokuWiki's mobile.less
8}