fix(prejoin) Fix prejoin toolbar buttons

This commit is contained in:
Horatiu Muresan
2023-03-14 12:10:51 +02:00
committed by Horatiu Muresan
parent f253939f28
commit afcedd0f3c
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ $sidePanelWidth: 300px;
.prejoin-third-party {
flex-direction: column-reverse;
z-index: auto;
align-items: center;
.content {
height: auto;

View File

@@ -87,7 +87,7 @@
.toolbox-content-wrapper,
.toolbox-content-items {
box-sizing: border-box;
width: 100%;
width: auto;
}
}