-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Remove floats from customlinks #10997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -376,7 +376,6 @@ input.bulk-select-switcher:focus + .bulk-select-button-label { | |
|
|
||
| /* Add Menu Item Boxes */ | ||
| .postbox .howto input, | ||
| .customlinkdiv .menu-item-textbox, | ||
| .customlinkdiv .error-message { | ||
| width: 180px; | ||
| float: right; | ||
|
|
@@ -474,10 +473,9 @@ input.bulk-select-switcher:focus + .bulk-select-button-label { | |
| } | ||
|
|
||
| .menu-item-textbox { | ||
| width: 180px; | ||
| width: 100%; | ||
|
Comment on lines
475
to
+476
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Editing the current Core adds the A plugin directory search found some plugins using the class, though more than one of them already assigned 100% width. |
||
| } | ||
|
|
||
| .customlinkdiv label, | ||
| .nav-menus-php .howto span { | ||
| float: left; | ||
| margin-top: 6px; | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the input is full width, the error message would not need the float or reduced width either.