Skip to content

Commit ec575ec

Browse files
authored
Fix invalid style attributes (#31)
1 parent 680cf52 commit ec575ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/widgets/tab/widget.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ export default {
4545
<style lang="stylus" scoped>
4646
.tab {
4747
display: inline-flex;
48-
flexDirection: row;
48+
flex-direction: row;
4949
position: relative;
50-
alignItems: center;
50+
align-items: center;
5151
margin-right: 1.6em;
5252
line-height: 3.2em;
5353
white-space: nowrap;

0 commit comments

Comments
 (0)