We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9bbf8 commit bfb57d2Copy full SHA for bfb57d2
1 file changed
resources/scss/src/apps/portal/shared/content/TreeList.scss
@@ -69,17 +69,25 @@
69
display : flex;
70
align-items : center;
71
margin-bottom : 3px;
72
+
73
+ .neo-list-item-content {
74
+ flex : 1;
75
+ min-width : 0;
76
+ overflow : hidden;
77
+ text-overflow : ellipsis;
78
+ white-space : nowrap;
79
+ }
80
}
81
82
.neo-list-container ul {
83
padding: 0 !important;
84
85
.neo-list-item {
- padding: 0 0 3px 32px !important;
86
+ padding: 0 3px 3px 32px !important;
87
88
89
ul .neo-list-item {
- padding: 0 0 0 48px !important;
90
+ padding: 0 3px 0 48px !important;
91
92
93
0 commit comments