Handle references into inactive modules
This commit is contained in:
@@ -30,6 +30,11 @@
|
||||
padding: 1.1rem 1.2rem;
|
||||
}
|
||||
|
||||
.storage-audit__summary--notices {
|
||||
padding-top: 0.95rem;
|
||||
padding-bottom: 0.95rem;
|
||||
}
|
||||
|
||||
.storage-audit__grouped {
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
@@ -221,6 +226,13 @@
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.storage-audit__notice-list {
|
||||
margin: 0;
|
||||
padding-left: 1.2rem;
|
||||
display: grid;
|
||||
gap: 0.3rem;
|
||||
}
|
||||
|
||||
.storage-audit__list {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user