summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/ui/tooltip/tooltip-content.component.less
blob: 1ff496f840068605e4d45c8a71f3e7b99d0b2d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
.tooltip-inner {
    word-wrap: break-word;
    max-width: 300px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000 !important;
}