mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Merge pull request #2228 from PaulAdamDavis/master
Fix Firefox <select> height issue
This commit is contained in:
commit
7c2fd9fde8
1 changed files with 6 additions and 0 deletions
|
@ -129,6 +129,12 @@ select {
|
|||
width: 100%;
|
||||
}
|
||||
}
|
||||
// 'vanilla' CSS hack to specifically target Firefox
|
||||
@-moz-document url-prefix() {
|
||||
select {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.form-group {
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Reference in a new issue