mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -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">
|
<div class="bold text-nowrap">
|
||||||
Action
|
Action
|
||||||
</div>
|
</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
|
Snapshot
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -125,7 +125,7 @@ export default {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
:deep(.row-header), :deep(.row-content) {
|
: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;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user