1/* Rules to help make DokuWiki functionality a bit more useful/not so ugly. The
2 * DokuWiki CSS can clash with the Bootstrap CSS.
3 * */
4#config__manager .label {
5    white-space: normal;
6}
7
8.editBar .edit,
9#dw__editform textarea
10{
11    width: auto;
12}
13
14