Merge pull request #786 from GriffinHeart/fix-history-combo
Fixed combo boxes display in edit history
This commit is contained in:
commit
3673744e6d
|
@ -29,4 +29,8 @@
|
|||
position: 0 4px;
|
||||
};
|
||||
}
|
||||
select {
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue