From c519aa122c413642ff74d1b36abd04545e2f42e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Alby?= Date: Fri, 22 Oct 2021 09:58:16 +0200 Subject: [PATCH] Merge pull request #5507 from overleaf/jel-gallery-titles [web] Title layout fix on gallery list pages GitOrigin-RevId: 3d4f1492a2ebe04184ffee25d585bcea0691271d --- services/web/frontend/stylesheets/app/templates-v2.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/web/frontend/stylesheets/app/templates-v2.less b/services/web/frontend/stylesheets/app/templates-v2.less index b3e7962bca..fac2401d51 100644 --- a/services/web/frontend/stylesheets/app/templates-v2.less +++ b/services/web/frontend/stylesheets/app/templates-v2.less @@ -106,8 +106,6 @@ } .caption__title { - display: inline-block; - width: 100%; text-align: center; .text-overflow(); }