Resize fielding table
This commit is contained in:
parent
d00b61684e
commit
3f21f24a8a
2
components.d.ts
vendored
2
components.d.ts
vendored
@ -5,7 +5,7 @@
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
import '@vue/runtime-core'
|
||||
|
||||
export { }
|
||||
export {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div v-if="hasFieldingStats" class="row" id="career-fielding-row">
|
||||
<div class="col-sm-8">
|
||||
<div class="col-sm-6">
|
||||
<h3>Fielding Stats</h3>
|
||||
<div class="table-responsive-xl">
|
||||
<table class="table table-sm table-striped" id="career-fielding">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user