Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@
}

.md-typeset__table table:not([class]) {
display: table
display: table;
}
/* This automatically stretches the site contents to monitor width*/

/* This automatically stretches the site contents to monitor width */
.md-grid {
max-width: initial;
}

/* Preserve words so they are not broken in the middle on newlines */
.md-typeset td {
overflow-wrap: break-word;
word-break: break-word; /* Fixes jumping text behavior on interaction */
}

/* Control hyperlink button properties */
.md-button.md-button--hyperlink {
/* top | right | bottom | left */
Expand Down