diff options
| -rw-r--r-- | scss/custom.scss | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/scss/custom.scss b/scss/custom.scss index 2d8470890..670041325 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -50,6 +50,10 @@ dd {      padding: 0 1rem;  } +img { +  image-orientation: none; +} +  .form-control.form-row{      height: auto;  } | 
