Jump to content

Template:Clickable button/styles.css

From ADI Digital Archives
Revision as of 11:52, 20 January 2026 by AzazelMango (talk | contribs) (Created page with ".cdx-button--short-label { min-width: 32px; @min-size-interactive-pointer as mentioned by Codex doc: } .cdx-button--word-wrap { max-width: none; white-space: normal; word-wrap: break-word; } .cdx-button__icon { display: inline-block; height: 1.25em; min-height: 20px; min-width: 20px; width: 1.25em; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.cdx-button--short-label {
	min-width: 32px; /* @min-size-interactive-pointer as mentioned by Codex doc */
}
.cdx-button--word-wrap {
	max-width: none;
    white-space: normal;
    word-wrap: break-word;
}
.cdx-button__icon {
	display: inline-block;
	height: 1.25em;
	min-height: 20px;
	min-width: 20px;
	width: 1.25em;
}