mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Merge pull request #2228 from PaulAdamDavis/master
Fix Firefox <select> height issue
This commit is contained in:
commit
7c2fd9fde8
@ -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…
Reference in New Issue
Block a user