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 6e27c8ddf..fdd507c48 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; } |