Skip to content

Commit feb7cdf

Browse files
committed
Fix flex order of AppNavigationCaption
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent 7e8a739 commit feb7cdf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/AppNavigationCaption/AppNavigationCaption.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export default {
5757
.app-navigation-caption {
5858
display: flex;
5959
justify-content: space-between;
60-
flex-direction: row-reverse;
6160
padding: 0 8px 0 $clickable-area/2;
6261
6362
&__title {
@@ -69,7 +68,6 @@ export default {
6968
text-overflow: ellipsis;
7069
opacity: $opacity_normal;
7170
box-shadow: none !important;
72-
order: 1;
7371
flex-shrink: 0;
7472
}
7573

0 commit comments

Comments
 (0)