diff --git a/frontend/module/space/css/browse.css b/frontend/module/space/css/browse.css index 9c0dca57..773abb54 100644 --- a/frontend/module/space/css/browse.css +++ b/frontend/module/space/css/browse.css @@ -1,4 +1,5 @@ #dropMenu .col-left {padding-bottom: 0;} +input.search-input#search {padding:5px;} .q-card-title { border-left-style: solid; border-left-width: 4px; padding-left: 10px; margin-left: -15px; line-height: 18px; font-size: 16px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; } #cardsContainer .row {min-height: calc(100vh - 160px);} #cardsContainer .panel{border-radius: 2px;}