mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
12 lines
202 B
SCSS
12 lines
202 B
SCSS
.vulnerabilities-cell {
|
|
&__vulnerability-text-with-tooltip {
|
|
display: inline-block;
|
|
}
|
|
|
|
&__vulnerability-list {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
text-align: left;
|
|
}
|
|
}
|