webpack/scenes/RedHatRepositories/index.scss in katello-3.9.1 vs webpack/scenes/RedHatRepositories/index.scss in katello-3.10.0.rc1

- old
+ new

@@ -17,9 +17,35 @@ #redhatRepositoriesPage { .deemphasize { color: lightgray; } + .search-bar-row { + min-height: 26px; + margin-bottom: 10px; + + .form-group { + box-sizing: border-box; + + &:first-child { + padding-left: 0; + } + } + &.search-bar-selects-row { + .form-group { + border: none; + + @media (min-width: 1280px) { + &:first-child { + min-width: 300px; + } + &:last-child { + min-width: 180px; + } + } + } + } + } .list-group-item-header .list-view-pf-description, .enabled-repositories-container .list-view-pf-description { width: 100%;