s/overflow-x: scroll/overflow-x: auto/

This commit is contained in:
Drew DeVault 2019-11-17 15:13:37 -05:00
parent 25df3204ea
commit c490107f88
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ select.form-control {
}
#description-field {
overflow-x: scroll;
overflow-x: auto;
img {
max-width: 100%;