bugfix
This commit is contained in:
parent
042c52ef80
commit
78f59146cc
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ section {
|
|||
|
||||
.content {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
width: calc(100% - 12px);
|
||||
}
|
||||
|
||||
.dialog {
|
||||
|
|
@ -303,7 +303,7 @@ p {
|
|||
|
||||
.right-side,
|
||||
.left-side {
|
||||
width: 100%;
|
||||
width: calc(100%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue