Skip to content

Commit 4b8a751

Browse files
Centred all table columns
1 parent 2c30091 commit 4b8a751

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/main/resources/app1/app1.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@
88
-fx-border-radius: 3px;
99
-fx-font: 14px "Arial";
1010
-fx-text-fill: black;
11-
}
11+
}
12+
13+
.table-column {
14+
-fx-alignment: center;
15+
}
16+

0 commit comments

Comments
 (0)