fix: Tabellenfarben und Originalbreiten in Ansicht erhalten
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
}
|
||||
.documentation-content table {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
max-width: none;
|
||||
table-layout: auto;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
@@ -18,7 +18,6 @@
|
||||
.documentation-content td {
|
||||
padding: .45rem;
|
||||
border: 1px solid #adb5bd;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: normal;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user