Skip to content

Commit 6524fe4

Browse files
committed
fix: improve scheme-container responsiveness
1 parent d9400d5 commit 6524fe4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/style/_layout.scss

+25
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,10 @@
790790
{
791791
display: flex;
792792
align-items: flex-end;
793+
justify-content: space-between;
794+
flex-wrap: wrap;
795+
796+
gap: 10px;
793797

794798
> label
795799
{
@@ -810,6 +814,27 @@
810814
text-transform: uppercase;
811815
}
812816
}
817+
818+
/*
819+
Target Authorize Button in schemes wrapper
820+
This was added here to fix responsiveness issues with the authorize button
821+
within the schemes wrapper without affecting other instances of it's usage
822+
*/
823+
.auth-wrapper
824+
{
825+
flex: none;
826+
justify-content: none;
827+
828+
.authorize
829+
{
830+
padding-right: 20px;
831+
margin: 0;
832+
833+
display: flex;
834+
835+
flex-wrap: nowrap;
836+
}
837+
}
813838
}
814839
}
815840

0 commit comments

Comments
 (0)