mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
fix(code): adjust max-width of code block titles for better layout
This commit is contained in:
@@ -211,7 +211,7 @@ pre {
|
||||
transform: translateX(-50%);
|
||||
background-color: var(#{$rootPrefix}code-header-background-color);
|
||||
padding-inline: 1em;
|
||||
max-width: 80%;
|
||||
max-width: calc(100% - 200px);
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user