Skip to content
Snippets Groups Projects
Commit 02edda3f authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-7244: slightly increase timeline date widths so 4-digit year always fits on one line

parent a06b7ba4
No related branches found
No related tags found
1 merge request!254ISTWCMS-7244: slightly increase timeline date widths so 4-digit year always fits on one line
......@@ -61,7 +61,7 @@
position: relative;
text-align: center;
/* Fix the width so the line always lines up. */
width: var(--size-6);
width: var(--size-605);
z-index: var(--layer-wrapper);
}
......@@ -78,7 +78,7 @@
text-align: center;
text-transform: uppercase;
/* Fix the width so the line always lines up. */
width: var(--size-6);
width: var(--size-605);
z-index: var(--layer-wrapper);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment