mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 10:19:40 +00:00
12 lines
125 B
SCSS
12 lines
125 B
SCSS
|
.silence-user-modal,
|
||
|
.suspend-user-modal {
|
||
|
.table {
|
||
|
width: 100%;
|
||
|
|
||
|
th,
|
||
|
td {
|
||
|
padding: 8px 0px;
|
||
|
}
|
||
|
}
|
||
|
}
|