Skip to content

Commit 421a83e

Browse files
committed
improve the formatting for car cards on narrower screen sizes and larger car descriptions
1 parent c4cfd43 commit 421a83e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/components/CarTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import BlankIcon from './icons/BlankIcon.vue';
1010
<template>
1111
<Loading v-if="loading" />
1212
<div v-else>
13-
<table class="table">
13+
<table class="table whitespace-normal">
1414
<thead>
1515
<tr>
1616
<th scope="col" @click="changeSort('driver')">

0 commit comments

Comments
 (0)