badguardhome/client/src/components/Logs/Logs.css

27 lines
392 B
CSS
Raw Normal View History

2018-09-04 09:43:13 +00:00
.logs__row {
display: flex;
align-items: center;
}
2018-09-04 09:43:13 +00:00
.logs__row--overflow {
overflow: hidden;
}
.logs__row .list-unstyled {
margin-bottom: 0;
overflow: hidden;
}
.logs__text,
.logs__row .list-unstyled li {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.logs__row .tooltip-custom {
top: 0;
margin-left: 0;
margin-right: 5px;
}