@@ -51,7 +56,11 @@ export default {
color: inherit;
&__header{
+ display: flex;
margin-bottom: 26px;
+ align-items: start;
+ flex-grow: 1;
+ justify-content: space-between;
}
&__title {
@@ -67,5 +76,8 @@ export default {
margin: 0;
}
+ &__title-container {
+ display: inline-block !important;
+ }
}