tweak comment in solution.css
This commit is contained in:
parent
af08d0a39b
commit
8730075a63
|
@ -80,7 +80,7 @@ button.cancel {
|
||||||
/* this keeps the icon from getting smashed by the text */
|
/* this keeps the icon from getting smashed by the text */
|
||||||
flex-shrink: 0;
|
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 {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in New Issue