diff --git a/invenio_theme/assets/semantic-ui/less/invenio_theme/theme/globals/site.overrides b/invenio_theme/assets/semantic-ui/less/invenio_theme/theme/globals/site.overrides index 9846ecd..04da86a 100644 --- a/invenio_theme/assets/semantic-ui/less/invenio_theme/theme/globals/site.overrides +++ b/invenio_theme/assets/semantic-ui/less/invenio_theme/theme/globals/site.overrides @@ -465,7 +465,7 @@ code { // used on a container with two children
// provides auto adjustment to the content of the left column // and auto fills the width on the right - // [ COL1 (auto fill remaining space) ] [ COL2 (max-content width) ] + // [ COL0 (max-content width) ] [ COL1 (auto fill remaining space) ] [ COL2 (max-content width) ] display: grid; grid-auto-flow: column; grid-template-columns: auto max-content; @@ -473,6 +473,10 @@ code { align-items: center; column-gap: 1rem; + &.triple { + grid-template-columns: max-content auto max-content; + } + &.no-wrap { @media all and (max-width: @largestTabletScreen) { grid-auto-flow: column;