Skip to content

Commit 33e1798

Browse files
fix: Ingest data - UI issue overlapping components (#1151)
1 parent e118f06 commit 33e1798

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

code/backend/pages/common.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
footer {visibility: hidden;}
33
header {visibility: hidden;}
44
.st-emotion-cache-1kyxreq{width:100%}
5+
6+
.stTextArea{width: 100% !important;}
57
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
68
section, .st-emotion-cache-ch5dnh{
79
border: 2px solid WindowText;padding: 10px;
@@ -10,10 +12,6 @@ header {visibility: hidden;}
1012
}
1113
}
1214
@media screen and (max-width: 1280px) {
13-
.st-emotion-cache-1wmy9hl .st-emotion-cache-ocqkz7 {
14-
gap: 0rem !important;
15-
}
16-
1715
.st-emotion-cache-1kyxreq{
1816
max-width: 200px !important;
1917
}

0 commit comments

Comments
 (0)