From 4854a53b74ee335438379f419255b147fd310e9e Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Mon, 10 Jan 2022 18:42:47 +0530 Subject: [PATCH] Align room tile info in space hierarchy (#7499) --- res/css/structures/_SpaceHierarchy.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/structures/_SpaceHierarchy.scss b/res/css/structures/_SpaceHierarchy.scss index 978b9f54ff..4f12011c66 100644 --- a/res/css/structures/_SpaceHierarchy.scss +++ b/res/css/structures/_SpaceHierarchy.scss @@ -220,7 +220,7 @@ limitations under the License. line-height: $font-18px; color: $secondary-content; grid-row: 2; - grid-column: 1/3; + grid-column: 2/3; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;