We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8a739 commit feb7cdfCopy full SHA for feb7cdf
1 file changed
src/components/AppNavigationCaption/AppNavigationCaption.vue
@@ -57,7 +57,6 @@ export default {
57
.app-navigation-caption {
58
display: flex;
59
justify-content: space-between;
60
- flex-direction: row-reverse;
61
padding: 0 8px 0 $clickable-area/2;
62
63
&__title {
@@ -69,7 +68,6 @@ export default {
69
68
text-overflow: ellipsis;
70
opacity: $opacity_normal;
71
box-shadow: none !important;
72
- order: 1;
73
flex-shrink: 0;
74
}
75
0 commit comments