From 5e7438cb52c02c564229f6507e482c65e1de9a1f Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 28 Jan 2018 00:49:51 -0800 Subject: [PATCH] tweak style of profile page --- routes/_components/AccountProfile.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/routes/_components/AccountProfile.html b/routes/_components/AccountProfile.html index 3fd60d9a..d4f32c47 100644 --- a/routes/_components/AccountProfile.html +++ b/routes/_components/AccountProfile.html @@ -47,7 +47,7 @@ display: grid; grid-template-areas: "avatar name following follow" "avatar note note note"; - grid-template-columns: min-content min-content 1fr min-content; + grid-template-columns: min-content auto 1fr min-content; grid-column-gap: 10px; grid-row-gap: 2px; padding: 10px; @@ -84,6 +84,7 @@ background: rgba(30, 30, 30, 0.2); border-radius: 4px; padding: 3px 5px; + white-space: nowrap; } .account-profile-avatar { grid-area: avatar; @@ -110,6 +111,7 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + min-width: 0; } .account-profile-note { grid-area: note;