wagtailmenus icon indicating copy to clipboard operation
wagtailmenus copied to clipboard

Wagtail 4 field labels are unecessarily right-aligned, looks strange

Open janbaykara opened this issue 2 years ago • 1 comments

Example

Screenshot 2022-09-29 at 11 43 16

Relevant code

https://github.com/jazzband/wagtailmenus/blob/100d90c27e0b2bcd828a4667e86deae49c4842d0/wagtailmenus/static/wagtailmenus/css/menu-edit.css#L14

Proposed solution

Conditionally load a wagtail 4 version of the menu-edit.css file with the text-align: right; line removed.

Related issues

  • #428

janbaykara avatar Sep 29 '22 11:09 janbaykara

I noticed the same thing. Please remove line 14 or make it text-align: left;

robnardo avatar Dec 19 '22 02:12 robnardo