mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Bug #241202 --> FormatToolbar overlaps MsgHeadersToolbar
set a min height on the msg toolbar to prevent you from dragging the format toolbar over it.
This commit is contained in:
parent
64e9b4b46b
commit
f64ac0b41a
@ -457,6 +457,10 @@ treechildren::-moz-tree-image(remote-err) {
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.png");
|
||||
}
|
||||
|
||||
#MsgHeadersToolbar {
|
||||
min-height: 132px;
|
||||
}
|
||||
|
||||
/* ::::: format toolbar ::::: */
|
||||
|
||||
#FormatToolbar > toolbarbutton {
|
||||
|
Loading…
x
Reference in New Issue
Block a user