Skip to content

Commit dfb5e40

Browse files
authored
Merge pull request #12 from kollucharan/alert
ui fix
2 parents 09b4dae + 05ee6d0 commit dfb5e40

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docker/standalone.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,16 +721,19 @@ function observeResults() {
721721

722722
@media (max-width: 750px) {
723723

724-
.container .testArea,
725724
body {
726725
overflow-y: auto;
727726
}
728727

728+
.container .testArea,
729729
.container .testArea2 {
730730
padding: 12px;
731731
border-radius: 8px;
732732
gap: 6px;
733-
}
733+
}
734+
735+
736+
734737

735738
.container .title-class {
736739
font-size: 24px;

0 commit comments

Comments
 (0)