This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Commit 2dd9cf4
Fieldcontain: Reset width for notext buttons
Buttons with .ui-btn-icon-notext normally have a fixed width of 1.75em.
However when putting them as inline buttons inside a .ui-field-contain,
from a certain page width on they get a width:auto, making them use the
available width on the page instead of staying at a fixed width.
This overrides the width:auto with the 1.75em again in that situation.
Fixes gh-7526
Closes gh-75251 parent 5197c10 commit 2dd9cf4
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
0 commit comments