Fix search dialog styles
authorajbura <ajbura@gmail.com>
Sat, 19 Feb 2022 14:05:12 +0000 (19:35 +0530)
committerajbura <ajbura@gmail.com>
Sat, 19 Feb 2022 14:05:12 +0000 (19:35 +0530)
Signed-off-by: ajbura <ajbura@gmail.com>
src/app/molecules/dialog/Dialog.scss
src/app/organisms/search/Search.scss

index 975269d459e3fd448b33599c9f6c684088e9576f..dd4c4336524199edee6ab94aa2ee3743b246b2e5 100644 (file)
@@ -9,6 +9,7 @@
 .dialog__content__wrapper {
   flex: 1;
   min-height: 0;
+  min-width: 0;
 
   display: flex;
 }
index a6653615c9df63bf37f52984b702e5c6124846dc..97106e0a639d481afb918432b2f51a6a29acbef8 100644 (file)
@@ -10,6 +10,7 @@
   display: flex;
   flex-direction: column;
   height: 100%;
+  width: 100%;
 
   &__input {
     padding: var(--sp-normal);