Skip to content

Commit

Permalink
NOISSUE - Fix max height for metadata (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <[email protected]>
  • Loading branch information
ianmuchyri authored Dec 28, 2023
1 parent fefb2fc commit e814c46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ui/web/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -613,10 +613,14 @@ button.edit-btn {

.table-container .meta-div {
overflow: auto;
max-height: 5rem;
max-height: 6.8rem;
max-width: 100%;
}

.table-container .meta-div pre {
margin-bottom: 0;
}

.table-container .meta-col {
max-width: 50%;
}
Expand Down

0 comments on commit e814c46

Please sign in to comment.