- Shipped
- 29 Agosti 2026, 02:45 UTC
- Author
- Kamo
- Commit
- de2f3e5
Two unrelated symptoms, both in the brand band. **The caption printed over the logo when the slots stacked.** The preview was clamped with `max-h-full`, and that percentage has nothing dependable to resolve against: the wrapper is a grid whose single row is auto-sized, so the height it is a percentage OF depends on the item itself. A browser is entitled to treat that as `none`, and did — a logo taller than the box overflowed it and landed under the file name and the Remove/Replace buttons. An absolute clamp has nothing to resolve, and the box clips, so even a pathological image cannot reach the caption. This is the second attempt at this bug; the first swapped one percentage chain for another. **The domain field implied it was reserving something.** It is not: several organizations may name the same domain now, and it starts pointing at one of them only when that one proves ownership with the DNS record. The field says so, because a member who types their domain here and assumes it is theirs will not understand why it is still not routing.