We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37984d commit fb86353Copy full SHA for fb86353
frontend/src/features/crawls/crawl-list/crawl-list-item.ts
@@ -21,7 +21,7 @@ export class CrawlListItem extends BtrixElement {
21
}
22
23
btrix-table-row {
24
- border-top: var(--btrix-border-top, 0);
+ border-top: var(--btrix-border-top, 0px solid transparent);
25
border-radius: var(--btrix-border-radius-top, 0)
26
var(--btrix-border-radius-to, 0) var(--btrix-border-radius-bottom, 0)
27
var(--btrix-border-radius-bottom, 0);
0 commit comments