Skip to content

Commit

Permalink
NAS-131800: App details page does not scale / cropped on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 committed Oct 21, 2024
1 parent 2c160b6 commit fc569c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/styles/mixins/cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@
.label {
font-weight: bold;
margin-right: 5px;
white-space: nowrap;
white-space: normal;
}

.value {
font-weight: normal;
margin-right: 5px;
white-space: nowrap;
white-space: normal;
}

a {
Expand Down

0 comments on commit fc569c6

Please sign in to comment.