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
Dread (talk | contribs)
width: min-content;
changed to inline-flex to make it usable in text
Line 1: Line 1:
.template-price {
.template-price {
display: flex;
display: inline-flex;
gap: 1px;
gap: 1px;
align-items: center;
align-items: center;

Revision as of 05:57, 15 November 2025

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