Skip to content
Discussion options

You must be logged in to vote

@bimamib The wrapping date is a real gap, not something you could fix with CSS before — that row had no selector at all. It does now: the shared item header row is exposed as template-part[name="item-header-row"], so certifications, awards, projects, and publications can all pin their date back to the right.

Paste this into Builder → right sidebar → Custom Styles:

@version 1;

/* Keep the title and its date on one line so the date stays pinned right. */
template-part[name="item-header-row"] {
	flex-wrap: nowrap;
}

That is the whole fix for the date alignment. The row ships with flex-wrap: wrap, so a long title like "Belajar Membuat Aplikasi Android untuk Pemula" pushes the date onto its o…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@bimamib
Comment options

@amruthpillai
Comment options

@bimamib
Comment options

@bimamib
Comment options

Answer selected by amruthpillai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants