Skip to content

Commit

Permalink
#96 polish mobile styles for inspector-page-timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Aug 11, 2024
1 parent 13fe3cf commit eba9ef2
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@ const segmentRows = computed(() => {
:key="`${segmentRow.label} - ${segmentRow.duration}`"
class="inspector-page-timeline__segment"
>
<div class="inspector-page-timeline__segment-label">
<div
class="inspector-page-timeline__segment-label"
:title="segmentRow.label"
>
{{ segmentRow.label }}
</div>

Expand Down Expand Up @@ -242,7 +245,7 @@ const segmentRows = computed(() => {
}
.inspector-page-timeline__segment-label {
@apply text-2xs md:text-xs font-bold whitespace-nowrap pr-2 pb-1 opacity-20;
@apply text-2xs md:text-xs font-bold whitespace-nowrap px-2 pb-1 opacity-20 overflow-auto;
.inspector-page-timeline__segment:hover & {
@apply opacity-100;
Expand Down

0 comments on commit eba9ef2

Please sign in to comment.