From aa0877fd9ee7186a999c2eaf2c792977778ae0b3 Mon Sep 17 00:00:00 2001 From: Janika Kefel Date: Wed, 19 Dec 2018 13:56:43 +0100 Subject: [PATCH] Small CSS fix --- scm-ui/styles/scm.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scm-ui/styles/scm.scss b/scm-ui/styles/scm.scss index 91be016bab..15edbe76be 100644 --- a/scm-ui/styles/scm.scss +++ b/scm-ui/styles/scm.scss @@ -84,6 +84,7 @@ $fa-font-path: "webfonts"; .column.is-half{ width: calc(50% - .75rem); + max-height: 120px; &:nth-child(odd){ margin-right: 1.5rem; @@ -160,13 +161,6 @@ $fa-font-path: "webfonts"; border-color: #98d8f3; box-shadow: none; } -/*.input[disabled], .textarea[disabled] { - - background-color: #ddd; - border-color: #ccc; - box-shadow: none; - color: #aaa; -}*/ // pagination .pagination-next, .pagination-link, .pagination-ellipsis{