Browse Source
fix(prejoin) fix incorrect alignment of alternative join options (#10218)
remove styles that break the inline dialog's position management
master
Avram Tudor
3 years ago
No account linked to committer's email address
|
@@ -21,7 +21,6 @@
|
21
|
21
|
.prejoin-preview {
|
22
|
22
|
&-dropdown-btns {
|
23
|
23
|
padding: 8px 0;
|
24
|
|
- width: calc(100% - 48px);
|
25
|
24
|
}
|
26
|
25
|
|
27
|
26
|
&-dropdown-btn {
|
|
@@ -59,8 +58,6 @@
|
59
|
58
|
background: #fff;
|
60
|
59
|
padding: 0;
|
61
|
60
|
position: absolute !important;
|
62
|
|
- top: 48px !important;
|
63
|
|
- transform: none !important;
|
64
|
61
|
width: 100%;
|
65
|
62
|
}
|
66
|
63
|
}
|