dokuwiki-plugin-move icon indicating copy to clipboard operation
dokuwiki-plugin-move copied to clipboard

Expanding the rename input-field

Open erik-alm opened this issue 3 years ago • 2 comments

When using the Bootstrap3/Darkly theme I had to add the following CSS (to conf/userstyle.css) in order for the rename form input to expand to the full size of the move form:

div.plugin_move_dialog form label {
  display: block;
}

Not sure if this is a theme problem or a bug but the label element's display: inline-block seems to be the culprit.

Tested on several browsers (only macos, though) and in Greebo and Hogfather.

erik-alm avatar Dec 28 '21 17:12 erik-alm

Does this happen on other templates (e.g. the default dokuwiki template)? If not, I'd say this should be an issue to the bootstrap3 template.

phy25 avatar Dec 28 '21 18:12 phy25

@phy25, no, not as far as I can tell. However, I'm guessing bootstrap is some kind of standard?

erik-alm avatar Jan 15 '22 09:01 erik-alm