xref: /template/sprintdoc/css/plugins/edittable.less (revision 437798b6178e7a688f887f2c68d8900d628a4171)
1/**
2 * Style Adjustments for the edittable plugin
3 */
4#dokuwiki__content.main-content {
5    div.editbutton_table form div.no {
6        button,
7        input.button {
8            min-height: 1rem;
9            margin-top: 0;
10            font-size: @font-size-very-small;
11        }
12    }
13}
14