Update src/registrar/assets/sass/_theme/_base.scss

Co-authored-by: Rachid Mrad <107004823+rachidatecs@users.noreply.github.com>
This commit is contained in:
CuriousX 2024-09-20 13:00:18 -06:00 committed by GitHub
parent f6b2aa7a3f
commit 87dcbedb80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,7 @@ with the searchbar in widescreen mode.
EXPLANATION: The existing frontend implementation puts the searchbar and export EXPLANATION: The existing frontend implementation puts the searchbar and export
button in two separate columns in a grid, which creates a solid wrap-around effect button in two separate columns in a grid, which creates a solid wrap-around effect
for mobile divices. The searchbar had a max-width that exactly equaled the max width for mobile devices. The searchbar had a max-width that exactly equaled the max width
of its parent column (for non-widescreens), so there wasn't any issue at this time of of its parent column (for non-widescreens), so there wasn't any issue at this time of
implementation. implementation.
However, during immplementation of widescreen mode this small max-width caused the searchbar to However, during immplementation of widescreen mode this small max-width caused the searchbar to