Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update styles.
  • Loading branch information
KN4CK3R committed Sep 26, 2022
commit 4d1f26f7470cd83c10360e808361ad4a92cb6cf0
10 changes: 8 additions & 2 deletions web_src/less/_package.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.container-labels td:nth-child(2) {
word-break: break-word;
.container-labels {
td:nth-child(1) {
vertical-align: top;
}

td:nth-child(2) {
overflow-wrap: anywhere;
}
}