mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
scope this section rule so it doesn't conflict with monaco editor
This commit is contained in:
parent
38a1f95115
commit
61d6d2ddff
@ -465,12 +465,14 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
section {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
align-self: stretch;
|
||||
width: 100%;
|
||||
.modal-content {
|
||||
section {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
align-self: stretch;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.modal.welcome-modal {
|
||||
|
Loading…
Reference in New Issue
Block a user