Skip to content

Commit

Permalink
style(NcListItem): remove max width
Browse files Browse the repository at this point in the history
Signed-off-by: Grigory V <scratchx@gmx.com>
  • Loading branch information
GVodyanov committed Jul 23, 2024
1 parent dd74b10 commit dffe5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcListItem/NcListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,6 @@ export default {

.list-item-content__name {
min-width: 100px;
max-width: 300px;
flex: 1 1 10%;
font-weight: 500;
}
Expand Down Expand Up @@ -831,6 +830,7 @@ export default {
justify-content: start;
gap: 12px;
min-width: 0;
max-width: 300px;
}
.list-item-content__details {
flex-direction: row;
Expand Down

0 comments on commit dffe5b4

Please sign in to comment.