Skip to content

Commit

Permalink
fix: admin tag list does not wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Oct 11, 2024
1 parent a209663 commit d7b105b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/less/admin.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@
}
}
}

.SelectTagsSettingComponent {
.TagsLabel {
white-space: wrap;
}
}
}

0 comments on commit d7b105b

Please sign in to comment.