mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: champions table rounded on Firefox
This commit is contained in:
parent
58c27324f8
commit
0dcdab9ac9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<table class="w-full leading-none text-center bg-blue-800 rounded-lg table-fixed">
|
<table class="w-full overflow-hidden leading-none text-center bg-blue-800 rounded-lg table-fixed">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="text-sm rounded-t-lg select-none heading">
|
<tr class="text-sm rounded-t-lg select-none heading">
|
||||||
<th
|
<th
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue