xref: /plugin/structsection/style.less (revision 6b380169b8d3e302861db4a27bdd55306f1cc68d)
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}