mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Bug 1358428 - in-content dialogs: Set mac help button width to auto so there’s always room for the label text. r=jaws.
This commit is contained in:
parent
d9b9a81f4e
commit
df3e3197f0
@ -28,6 +28,11 @@ html|button {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
xul|button[dlgtype="help"] {
|
||||
-moz-appearance: none;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
xul|caption {
|
||||
padding-inline-start: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user