Skip to content

Commit

Permalink
formatting - commit for vercel deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
achen32 committed Oct 18, 2024
1 parent efc4297 commit aaffbce
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions styles/pages/_Application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,24 @@

.button-container {
display: flex;

white-space: normal;
}

.save-container {
display: flex;
align-items: flex-start;
}

.save-text {
font-size: 12px;
display: block;
white-space: normal;
overflow-wrap: break-word;
margin-top: 10px;
display: flex;
align-items: flex-start;
}

}
.save-text {
font-size: 12px;
display: block;
white-space: normal;
overflow-wrap: break-word;
margin-top: 10px;
}

.buttons-text-container {
display: flex;
flex-direction: column;
}
.buttons-text-container {
display: flex;
flex-direction: column;
}
}

0 comments on commit aaffbce

Please sign in to comment.