From 0dfe1d8afafc59c4a5559c498342668d5a58d6ef Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 23 Jul 2026 22:41:41 +0000
Subject: [PATCH] =Still working away at the Integrations overhaul

---
 src/gmbreviews/style.scss |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/gmbreviews/style.scss b/src/gmbreviews/style.scss
index 721a94c..d3278c1 100644
--- a/src/gmbreviews/style.scss
+++ b/src/gmbreviews/style.scss
@@ -83,10 +83,11 @@
 
 				p, time {
 					max-width: 49%;
+					width: max-content;
 				}
 
 				.stars {
-					width: 100%;
+					flex: 1;
 				}
 			}
 		}

--
Gitblit v1.10.0