Skip to content

Commit cce100c

Browse files
committed
fix: align standard errors to the left
1 parent 94baeff commit cce100c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/containers/App/App.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,17 +118,7 @@ body,
118118
}
119119

120120
.error {
121-
display: flex;
122-
justify-content: center;
123-
align-items: center;
124-
125-
margin: 2px;
126-
padding: 2px;
127-
128-
text-align: center;
129-
130121
color: var(--yc-color-text-danger);
131-
border-color: var(--yc-color-text-danger);
132122
}
133123

134124
.data-table__row:hover .entity-status__clipboard-button {

0 commit comments

Comments
 (0)