Skip to content

Commit 8dc55bf

Browse files
committed
set fixed table width
1 parent 516a91e commit 8dc55bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/stylesheet.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ body {
55
width: 100%;
66
}
77

8+
table {
9+
table-layout: fixed;
10+
width: 100px;
11+
}
12+
813
#entries td, #entries th {
914
border: 1px solid #ddd;
1015
padding: 8px;

0 commit comments

Comments
 (0)