[docs] Fix horizontal overflow in theme header (#12455)

This commit is contained in:
Nicolas Peugnet
2024-06-21 16:01:13 +02:00
committed by GitHub
parent 11abfb90ba
commit f5eb0b2df1

View File

@@ -25,6 +25,7 @@ body {
width: 100%;
background-color: var(--colour-sphinx-blue);
padding: 10px 20px;
box-sizing: border-box;
}
.pageheader a {