Skip to content

Commit

Permalink
adjust table title width
Browse files Browse the repository at this point in the history
  • Loading branch information
cj12312021 committed Oct 12, 2024
1 parent 6961d02 commit 4f2aab1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ui/v2.5/src/components/Groups/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ button.flip {
display: none;
}
}

.detail-item .detail-item-title {
width: 150px;
}
}

.groups-list {
Expand Down
2 changes: 1 addition & 1 deletion ui/v2.5/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ dd {

.detail-item-title {
display: table-cell;
width: 150px;
width: 130px;
}

.detail-item-value.age {
Expand Down

0 comments on commit 4f2aab1

Please sign in to comment.