Fix styles for navigation
This commit is contained in:
parent
5d09a47150
commit
3a2ca8ba8f
|
@ -36,12 +36,21 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.tree-item {
|
||||||
|
min-height: 25px;
|
||||||
|
.name {
|
||||||
|
padding: 5px 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.small{
|
&.small{
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
&.medium{
|
&.medium{
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
.name {
|
||||||
|
padding: 4px 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.large{
|
&.large{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -55,7 +64,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
max-height: 350px;
|
max-height: 350px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue