Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
fix(ui): summary overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 21, 2022
1 parent c930f7d commit 8a43723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/peeky-client/src/features/run/RunSummaryBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const kinds = [
</script>

<template>
<div class="flex-none flex items-center space-x-4 px-3 h-10 bg-gray-50 dark:bg-gray-950">
<div class="flex-none flex items-center space-x-4 px-3 h-10 bg-gray-50 dark:bg-gray-950 overflow-hidden">
<div
v-for="kind of kinds"
:key="kind.field"
Expand Down

0 comments on commit 8a43723

Please sign in to comment.