mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
(style)(admin) give snapshot button a bit more space on abuse /admin/abuse-reports
This commit is contained in:
parent
cf0acf7a8e
commit
4028c73666
@ -13,7 +13,7 @@
|
||||
<div class="bold text-nowrap">
|
||||
Action
|
||||
</div>
|
||||
<div v-if="abuseReports.length && abuseReports[0].snapshot" class="text-nowrap">
|
||||
<div v-if="abuseReports.length && abuseReports[0].snapshot" class="bold text-nowrap">
|
||||
Snapshot
|
||||
</div>
|
||||
</template>
|
||||
@ -125,7 +125,7 @@ export default {
|
||||
|
||||
<style scoped lang="scss">
|
||||
:deep(.row-header), :deep(.row-content) {
|
||||
grid-template-columns: 10em 10em 1fr 9em 4em;
|
||||
grid-template-columns: 10em 10em 1fr 13.5em 5.5em;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user