update: left-menu - ellipsis on large and small screens
This commit is contained in:
parent
ec5326887e
commit
898144fa9a
@ -107,13 +107,20 @@
|
||||
}
|
||||
|
||||
.project-customer {
|
||||
width: 150px;
|
||||
width: 100%;
|
||||
|
||||
@include breakpoint(lg) {
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
.project-name {
|
||||
display: block;
|
||||
width: calc(150px - 10px);
|
||||
/* 10px = padding of the sib-set-default = better alignment */
|
||||
width: 100%;
|
||||
|
||||
@include breakpoint(lg) {
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -222,7 +229,10 @@
|
||||
display: flex;
|
||||
sib-display-div {
|
||||
flex: 3;
|
||||
max-width: 150px;
|
||||
|
||||
@include breakpoint(lg) {
|
||||
max-width: 150px;
|
||||
}
|
||||
}
|
||||
hubl-counter {
|
||||
height: 20px;
|
||||
@ -243,12 +253,15 @@
|
||||
}
|
||||
|
||||
sib-display-div {
|
||||
max-width: 150px;
|
||||
|
||||
>div[name="name"] {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@include breakpoint(lg) {
|
||||
max-width: 150px;
|
||||
|
||||
>div[name='name'] {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user