diff --git a/src/App.css b/src/App.css
index 55ce74b..ba8eeed 100644
--- a/src/App.css
+++ b/src/App.css
@@ -133,7 +133,7 @@ label.is-error {
border-left: 2px solid #ffd781;
margin-top: 1em;
margin-bottom: 1rem;
- padding-left: 5px;
+ padding-left: 7px;
}
ul {
diff --git a/src/App.js b/src/App.js
index 272b176..e43f7a1 100644
--- a/src/App.js
+++ b/src/App.js
@@ -881,7 +881,7 @@ export const App = () => {
onChange={(e) => setContainerForm({ ...containerForm , basicAcl: e.target.value })}
disabled={true}
/>
-