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:
stefanh@inbox.com 2017-05-08 21:06:12 +02:00
parent d9b9a81f4e
commit df3e3197f0

View File

@ -28,6 +28,11 @@ html|button {
margin-right: 4px;
}
xul|button[dlgtype="help"] {
-moz-appearance: none;
width: auto;
}
xul|caption {
padding-inline-start: 0;
}