Skip to content

Commit

Permalink
fix: remove unnecessary class
Browse files Browse the repository at this point in the history
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Grigory Vodyanov <scratchx@gmx.com>
  • Loading branch information
GVodyanov and susnux authored Jul 22, 2024
1 parent 6e2728f commit 708c228
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/NcListItem/NcListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,11 @@ export default {
font-weight: 500;
}

.limit-width {
.list-item--one-line {
.list-item-content__name {
max-width: 300px;
}
}
max-width: 300px;
}

Expand Down

0 comments on commit 708c228

Please sign in to comment.