Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/volto/theme/themes/pastanaga/extras/block-types.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.react-aria-Table.cmsui-table {
--plone-table-cell-border-bottom: 1px solid var(--quanta-smoke);
--plone-table-header-border-bottom: 2px solid var(--quanta-silver);
width: 100%;
border-radius: 0;

.react-aria-Row {
Expand All @@ -9,8 +10,8 @@
border-bottom: none;
}

.react-aria-Column[data-key$='occurrences'],
.react-aria-Cell[data-key$=':occurrences'] {
display: block;
text-align: center;
text-align: right;
}
}
Loading