mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
remove width, let browser do it instead
This commit is contained in:
@@ -9,13 +9,13 @@ export default function Prices() {
|
||||
<tr>
|
||||
<th
|
||||
scope="col"
|
||||
className="w-2/3 px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider"
|
||||
className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider"
|
||||
>
|
||||
Gefahrene km
|
||||
</th>
|
||||
<th
|
||||
scope="col"
|
||||
className="w-1/3 px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider"
|
||||
className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider"
|
||||
>
|
||||
Preis/km
|
||||
</th>
|
||||
|
||||
Reference in New Issue
Block a user