forked from rDrama/rDrama
1
0
Fork 0

fix /formatting on mobile

master
Aevann 2024-02-13 12:10:36 +02:00
parent 49c02b369b
commit a6b0da67c5
2 changed files with 5 additions and 1 deletions

View File

@ -7684,3 +7684,7 @@ thead {
background-color: var(--primary) !important;
color: var(--white);
}
#formatting-table tbody td:nth-child(3) {
min-width: 300px
}

View File

@ -6,7 +6,7 @@
<div class="ml-2">You can use Markdown formatting:</div>
<div class="overflow-x-auto mt-3">
<table id="formatting-table" class="generate-copy-buttons">
<table id="formatting-table" class="generate-copy-buttons" style="min-width: 800px">
<thead>
<tr>
<th>Name</th>