Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Price/styles.css: Difference between revisions

Template page
Content deleted Content added
Ni (talk | contribs)
Drop two rules: display:flex causes vertical shifting, especially when used in lists. align-items doesn't apply to the current HTML structure, since <img> is not a flex container.
Dread (talk | contribs)
width: min-content;
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
.template-price {
.template-price {
display: flex;
display: flex;
gap: 2px;
gap: 1px;
align-items: center;
align-items: center;
width: min-content;
}
}

Latest revision as of 12:26, 12 November 2025

.template-price {
	display: flex;
	gap: 1px;
	align-items: center;
	width: min-content;
}