(style)(admin) give snapshot button a bit more space on abuse /admin/abuse-reports

This commit is contained in:
Valentyne Stigloher 2024-12-28 17:23:17 +01:00
parent cf0acf7a8e
commit 4028c73666

View File

@ -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>