Skip to content

Commit

Permalink
fix: Ingest data - UI issue overlapping components (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohini-Microsoft authored Jul 22, 2024
1 parent e118f06 commit 33e1798
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code/backend/pages/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
footer {visibility: hidden;}
header {visibility: hidden;}
.st-emotion-cache-1kyxreq{width:100%}

.stTextArea{width: 100% !important;}
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
section, .st-emotion-cache-ch5dnh{
border: 2px solid WindowText;padding: 10px;
Expand All @@ -10,10 +12,6 @@ header {visibility: hidden;}
}
}
@media screen and (max-width: 1280px) {
.st-emotion-cache-1wmy9hl .st-emotion-cache-ocqkz7 {
gap: 0rem !important;
}

.st-emotion-cache-1kyxreq{
max-width: 200px !important;
}
Expand Down

0 comments on commit 33e1798

Please sign in to comment.