tweak comment in solution.css

This commit is contained in:
Jack Lingle 2023-06-08 14:54:22 -04:00
parent af08d0a39b
commit 8730075a63
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ button.cancel {
/* this keeps the icon from getting smashed by the text */
flex-shrink: 0;
}
/* header container should be wrapped around button too in order for flex style to work */
/* header container should be wrapped around the button element as well in order for flex style to work */
.header {
display: flex;
align-items: center;