- saving progress;
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 24px;
|
||||
width: 100%;
|
||||
}
|
||||
.appForm__field {
|
||||
position: relative;
|
||||
|
||||
@@ -22,6 +22,10 @@ body {
|
||||
h2, h3, p, label, .appPageSection__hr {
|
||||
color: var(--global-textColor);
|
||||
}
|
||||
|
||||
textarea {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#root, .wrapper {
|
||||
|
||||
Reference in New Issue
Block a user