fix layout
This commit is contained in:
parent
bac10659e0
commit
29dd5e59d7
|
@ -359,6 +359,8 @@ $cellHeight: 28px;
|
|||
.contentArea, .inputArea {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
|
@ -63,6 +63,7 @@ defineProps<{
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
width: fit-content;
|
||||
|
||||
&.ranged {
|
||||
background-color: var(--accentedBg);
|
||||
|
|
Loading…
Reference in New Issue