Skip to content

Commit

Permalink
[Fixes #1089] Fix text overflow in resource Delete dialog box (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidQuartz authored Jul 12, 2022
1 parent 7f66cd6 commit 98d6b35
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,14 @@ button.btn.btn-default.gn-resource-status.gn-status-button {
-webkit-box-shadow: unset;
box-shadow: unset;
}
}
}

@media screen and (min-width: 1649px) {
.gn-resource-card {
.card-resource-list {
.gn-resource-card-body-wrapper {
width: 10vw;
}
}
}
}

0 comments on commit 98d6b35

Please sign in to comment.