Skip to content

Commit 9adc316

Browse files
AlbertLuciantoGuillaume Chau
authored and
Guillaume Chau
committed
Fix overlapping text and icon (#548)
* adjust height on wrap text mutation type * revert mutation types
1 parent 8902e51 commit 9adc316

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/devtools/views/vuex/VuexHistory.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,11 @@ $inspected_color = #af90d5
219219
padding 7px 20px
220220
font-size 12px
221221
box-shadow 0 1px 5px rgba(0,0,0,.12)
222-
height 34px
222+
min-height 34px
223+
&::after
224+
content: ''
225+
display table
226+
clear both
223227
&.active
224228
.time
225229
color lighten($active-color, 75%)
@@ -244,6 +248,8 @@ $inspected_color = #af90d5
244248
vertical-align middle
245249
.mutation-type
246250
line-height 20px
251+
overflow-wrap break-word
252+
max-width 100%
247253
.entry-actions
248254
display none
249255
&:hover

0 commit comments

Comments
 (0)