taiga-front/app/styles/components/popover-points.scss

11 lines
219 B
SCSS

// This file should contain in future all the common styles for the points popover
.popover.pop-points-open {
&.horizontal {
li {
white-space: nowrap;
width: 100%;
}
}
}