Firefox 3.6 CSS hack (#4233)
This commit is contained in:
parent
f346aabe12
commit
7b930bfac7
1 changed files with 5 additions and 0 deletions
|
@ -281,6 +281,11 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Firefox 3.6 */
|
||||||
|
_:not(), _:-moz-handler-blocked, .notesview #notedetailstitle .tagedit-list {
|
||||||
|
min-height: 26px;
|
||||||
|
}
|
||||||
|
|
||||||
.notesview #notedetailstitle .disabled .tagedit-list {
|
.notesview #notedetailstitle .disabled .tagedit-list {
|
||||||
min-height: 26px;
|
min-height: 26px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue