Fix spacing regression

closes #1235
This commit is contained in:
Alec Rust
2022-03-19 11:47:34 +00:00
parent 9b4c4afa35
commit d19fcd2a4c
2 changed files with 4 additions and 8 deletions

View File

@@ -475,7 +475,7 @@
overflow: hidden;
text-overflow: ellipsis;
max-width: 130px;
margin-right: 8px;
margin: 0 8px 0 0;
}
/*
@@ -531,17 +531,13 @@
}
/*
* Generic spacing classes
* Generic utilities
*/
.u-mZ {
#sponsorBlockPopupBody .u-mZ {
margin: 0 !important;
}
/*
* Generic hide utility classes
*/
#sponsorBlockPopupBody .hidden {
display: none !important;
}