From 6b1eff91ed31132aa63c212cc87358e0bd6a2c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ITN=5F=EB=94=94=EC=9E=90=EC=9D=B8=ED=8C=80?= Date: Tue, 2 Jan 2024 17:48:51 +0900 Subject: [PATCH] =?UTF-8?q?2024/1/2=20=EB=AC=B8=EC=9E=90=EC=98=A8=20>=20?= =?UTF-8?q?=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4=EC=A7=80=20=ED=8D=BC?= =?UTF-8?q?=EB=B8=94=EB=A6=AC=EC=8B=B1=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/publish/css/mem.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/publish/css/mem.css b/src/main/webapp/publish/css/mem.css index ca605932..4398fee8 100644 --- a/src/main/webapp/publish/css/mem.css +++ b/src/main/webapp/publish/css/mem.css @@ -374,7 +374,7 @@ input[type="password"].list_inputType1 {padding: 0px;background-color: transpare .my_dashboard .my_dashboard_cont1 button {font-size: 17px; height: 45px; padding: 0 15px; border: 1px solid #002c9a; border-radius: 5px; margin-left: 15px; color: #002c9a; background-color: #fff; position: relative; right: 5px; top: 3px;} .my_dashboard_cont1>span {background-color: #fff; height: 43px; padding: 0 30px; border-radius: 21.5px; align-items: center; display: flex; font-weight: 300;} .my_dashboard_cont1>span>span {font-weight: 500;} -.my_dashboard_cont1 .title_wrap{width:480px;} +.my_dashboard_cont1 .title_wrap{width:450px;} .my_dashboard_cont1 .user_text{display:flex;max-width:calc(100% - 115px);align-items:center;flex-wrap:wrap;margin:0 10px 0 0;line-height:1.3;} .my_dashboard_cont1 .user_name{word-break:break-all;margin:0 5px 0 0;} .my_dashboard_cont1 .title_wrap .btnType{position:inherit;height:36px;margin:0;}