Skip to content

Commit 32624a1

Browse files
authored
Merge pull request mikebryant#276 from akccakcctw/fix/table-not-rendered-correctly
fix: prevent table being truncated in Chrome
2 parents 9c4a6d3 + 55635e7 commit 32624a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

css/styles.css

-3
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ input[type=number] {
329329
margin: 0px auto;
330330
box-sizing: border-box;
331331
overflow-x: auto;
332-
border-radius: 2px;
333332
scrollbar-width: thin;
334333
}
335334

@@ -365,7 +364,6 @@ input[type=number] {
365364
background: rgba(0, 0, 0, 0.2);
366365
}
367366

368-
369367
#turnipTable {
370368
border-collapse: collapse;
371369
}
@@ -602,7 +600,6 @@ body.darkmode--activated a,
602600
body.darkmode--activated b,
603601
body.darkmode--activated input[type=number]:not(:placeholder-shown) {
604602
color: #586472;
605-
606603
}
607604

608605
body.darkmode--activated input[type="radio"]+label,

0 commit comments

Comments
 (0)