From 3ee1d965c488d51c6f3ecfbc273b4e66cb96ed22 Mon Sep 17 00:00:00 2001 From: Ramchandra Mulik Date: Thu, 9 Jan 2025 19:39:21 +0530 Subject: [PATCH] fix(UI issue): resolve issue #306 Increase the height of div and center the project name --- src/styles/css/main.stylesheet.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/css/main.stylesheet.css b/src/styles/css/main.stylesheet.css index b4dfabef..77f5cf78 100644 --- a/src/styles/css/main.stylesheet.css +++ b/src/styles/css/main.stylesheet.css @@ -177,11 +177,15 @@ input[type='text']:focus { position: relative; left: 0.5rem; font-size: 1em; - text-align: center; display: inline-block; width: 35vw; overflow: hidden; text-overflow: ellipsis; + height: 5vh; + display: flex; + flex-direction: column; + text-align: center; + justify-content: center; } @media (max-width: 991px) {