More compact display for table cells by default

This commit is contained in:
Claude Brisson
2024-02-29 17:11:46 +01:00
parent 024a8e8a5e
commit 2020db53af

View File

@@ -203,6 +203,9 @@
span > input[type="radio"] { vertical-align: text-top; }
span > input[type="text"] { vertical-align: baseline; width: initial; }
span > input.date { vertical-align: baseline; width: 8em; }
.ui.table>tbody>tr>td, .ui.table>tr>td {
padding: 0.2em 0.2em;
}
.step, .step .title { font-size: 1em; }
.step:before { font-size: 1em; }