Browse Source

Add missed .comfy-table in CSS

pull/771/head
reaper47 1 year ago
parent
commit
3fbd0abc5f
  1. 3
      web/style.css

3
web/style.css

@ -353,7 +353,8 @@ dialog::backdrop {
background-color: var(--tr-odd-bg-color);
}
td, th {
.comfy-table td,
.comfy-table th {
border: 1px solid var(--border-color);
padding: 8px;
}

Loading…
Cancel
Save