]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard/dashboard-v3.component.scss
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / dashboard-v3 / dashboard / dashboard-v3.component.scss
1 .details {
2 font-size: larger;
3
4 dt {
5 margin-bottom: 0.3rem;
6 }
7
8 dd {
9 margin-bottom: 0.8rem;
10 }
11 }
12
13 .status {
14 .viewAlert {
15 position: absolute;
16 right: 2rem;
17 top: 2rem;
18 }
19 }
20
21 .alerts {
22 ngx-simplebar {
23 height: 13.5rem;
24 overflow-x: hidden;
25 }
26
27 .text-truncate {
28 -webkit-box-orient: vertical; /* stylelint-disable-line property-no-vendor-prefix */
29 display: -webkit-box; /* stylelint-disable-line value-no-vendor-prefix */
30 -webkit-line-clamp: 2;
31 white-space: normal;
32 }
33 }