Skip to content

Commit

Permalink
Use flex-column instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Oct 11, 2022
1 parent a08eb37 commit 96a460f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- SBC Common Components header -->
<SbcHeader
id="namerequest-sbc-header"
class="flex-direction-column"
class="flex-column"
:inAuth="false"
:showActions="true"
/>
Expand Down Expand Up @@ -293,8 +293,4 @@ export default class App extends Mixins(
}
}
/** We need this until we upgrade Vuetify for NameRequest. */
.flex-direction-column {
flex-direction: column;
}
</style>

0 comments on commit 96a460f

Please sign in to comment.