fix: Zwiększono szerokość kolumny użytkownika w Analytics (280px)
This commit is contained in:
parent
028dfb3f05
commit
85231ad299
@ -180,6 +180,7 @@
|
||||
.analytics-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.analytics-table th,
|
||||
@ -189,6 +190,12 @@
|
||||
border-bottom: 1px solid var(--border);
|
||||
}
|
||||
|
||||
/* Kolumna użytkownika - szersza */
|
||||
.analytics-table th:first-child,
|
||||
.analytics-table td:first-child {
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
.analytics-table th {
|
||||
background: var(--background);
|
||||
font-weight: 600;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user