Skip to content
Snippets Groups Projects
Commit 06426bec authored by Pablo Rodriguez-Bocca's avatar Pablo Rodriguez-Bocca
Browse files
parents d48a0d73 fe53e261
No related branches found
No related tags found
No related merge requests found
Pipeline #18495 passed
......@@ -304,15 +304,17 @@ table {
max-width: 100%;
overflow-x: auto;
vertical-align: top;
table-layout: fixed;
text-align: left;
white-space: nowrap; }
white-space: pre-wrap; }
table th {
border-bottom: 2px solid rgba(0, 0, 0, 0.15);
padding: 0.75rem 1.25rem; }
table tr:nth-child(2n) {
background: #f6f6f7; }
table td {
padding: 0.75rem 1.25rem; }
padding: 0.75rem 1.25rem;
word-wrap: break-word; }
figcaption {
clear: both;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment