From 1406047290fe685cb288e1f7ab07cc4ad7e0192a Mon Sep 17 00:00:00 2001 From: thkim Date: Sun, 23 Jun 2024 22:14:36 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EA=B4=80=EB=A6=AC=EC=9E=90=20?= =?UTF-8?q?=ED=8C=9D=EC=97=85=EB=93=B1=EB=A1=9D=20=ED=95=98=EB=8B=A8=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=EC=96=B4=EA=B8=8B=EB=82=98=20=EC=9E=88?= =?UTF-8?q?=EB=8A=94=20=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/admin/contents/PopUp/PopupEditor.jsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp/PopupEditor.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp/PopupEditor.jsx index c55b188..1d781de 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp/PopupEditor.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp/PopupEditor.jsx @@ -39,6 +39,13 @@ const StyledDiv = styled.div` } } + .right_col { + position: absolute; + right: 0px; + top: 0px; + text-align: right; + } + `;