diff --git a/desktop/src/main/java/haveno/desktop/haveno.css b/desktop/src/main/java/haveno/desktop/haveno.css index c145cf2188..3a5d38b951 100644 --- a/desktop/src/main/java/haveno/desktop/haveno.css +++ b/desktop/src/main/java/haveno/desktop/haveno.css @@ -1158,14 +1158,6 @@ textfield */ .table-view .column-header.last-column .label { } -.table-view .column-header.avatar-column { - -fx-padding: 0; -} - -.table-view .column-header.avatar-column .label { - -fx-alignment: center; -} - .table-view .column-header.first-column { -fx-padding: 0 0 0 15; } @@ -1174,6 +1166,14 @@ textfield */ -fx-padding: 0 15 0 0; } +.table-view .column-header.avatar-column { + -fx-padding: 0; +} + +.table-view .column-header.avatar-column .label { + -fx-alignment: center; +} + .number-column.table-cell { -fx-font-size: 1em; -fx-padding: 0 0 0 0;