Skip to content

Commit

Permalink
css change
Browse files Browse the repository at this point in the history
  • Loading branch information
Matei-Iordache committed Feb 13, 2025
1 parent 5a903b0 commit 80457f0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _src/blocks/webview-table/webview-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
.webview-table {
width: 100%;
height: 512px;
padding: 0 25px;
padding: 0 18px;
display: table;
font-size: 14px;
background-color: #141517;
Expand Down Expand Up @@ -72,7 +72,7 @@
}

.webview-comparison-header div[role="columnheader"]:first-child {
min-width: 292px;
min-width: 306px;
}

.webview-table div[role='cell'] {
Expand All @@ -87,8 +87,8 @@
}

.webview-table div[role='cell']:first-child {
min-width: 292px;
max-width: 292px;
min-width: 306px;
max-width: 306px;
background: #333;
color: #fff;
font-weight: 600;
Expand Down Expand Up @@ -119,6 +119,7 @@
padding: 6px 16px;
border-radius: 4px;
text-align: center;
font-size: 14px;

&::after {
display: none;
Expand Down

0 comments on commit 80457f0

Please sign in to comment.