Skip to content

Commit 2c0542c

Browse files
author
Guillaume Chau
committed
fix(vuex): remove horizontal padding transition
1 parent f5c653b commit 2c0542c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-frontend/src/views/vuex/VuexHistory.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ $inspected_color = #af90d5
292292
font-size 12px
293293
box-shadow inset 0 1px 0px rgba(0, 0, 0, .08)
294294
min-height 34px
295-
transition padding .15s, min-height .15s
295+
transition padding-top .15s, padding-bottom .15s, min-height .15s
296296
&,
297297
.entry-info
298298
display flex

0 commit comments

Comments
 (0)