diff --git a/frontend/src/Components/Page/Header/ArtistSearchInput.css b/frontend/src/Components/Page/Header/ArtistSearchInput.css index a2604ed14..7043de6c5 100644 --- a/frontend/src/Components/Page/Header/ArtistSearchInput.css +++ b/frontend/src/Components/Page/Header/ArtistSearchInput.css @@ -8,6 +8,7 @@ width: 200px; border: none; border-bottom: solid 1px $white; + border-radius: 0; background-color: transparent; box-shadow: none; color: $white; diff --git a/frontend/src/Components/Page/Toolbar/PageToolbarSection.css b/frontend/src/Components/Page/Toolbar/PageToolbarSection.css index 2767c163c..5fb56b77c 100644 --- a/frontend/src/Components/Page/Toolbar/PageToolbarSection.css +++ b/frontend/src/Components/Page/Toolbar/PageToolbarSection.css @@ -1,6 +1,7 @@ .sectionContainer { display: flex; flex: 1 1 10%; + overflow: hidden; } .section {