diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/custom.scss | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/scss/custom.scss b/scss/custom.scss index b877a1255..6ee7fb3cd 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -106,6 +106,11 @@ pre {      padding-bottom: 0;  } +#advanced-search-info { +    margin-bottom: 0; +} + +.search-widget  #advanced-search-info .alert{      margin-bottom: 0.6rem;  } @@ -125,7 +130,7 @@ pre {  }  .modal-body.body-scroll{ -    max-height: calc(100vh - 300px); +    max-height: calc(100vh - 270px);      overflow-y: auto;  } | 
