From 55ffd801e007723758eacc17ec732ee5a336123e Mon Sep 17 00:00:00 2001 From: ria147 <62183694+ria147@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:47:40 -0500 Subject: [PATCH] feat: add reset edit changes button to dev-center --- src/dev-center/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/dev-center/css/style.css b/src/dev-center/css/style.css index a6bd686aa..a5f23f6c8 100644 --- a/src/dev-center/css/style.css +++ b/src/dev-center/css/style.css @@ -951,6 +951,12 @@ ol li:before { margin-top: 20px; margin-bottom: 20px; } +.edit-app-reset-btn{ + float: right; + margin-top: 20px; + margin-bottom: 20px; + margin-right: 10px; +} input:read-only { background-color: rgb(242 242 242); }