diff --git a/apps/web/assets/stylesheets/_tasks.scss b/apps/web/assets/stylesheets/_tasks.scss index e241cceb..af41600c 100644 --- a/apps/web/assets/stylesheets/_tasks.scss +++ b/apps/web/assets/stylesheets/_tasks.scss @@ -165,13 +165,10 @@ .new-task__errors { position: fixed; - margin: 5px 0; - display: flex; - width: 85%; - flex-wrap: nowrap; - justify-content: flex-end; + margin: 0 2em; + right: 0; + width: 15%; padding: 10px 20px; - color: red; }