adjust table styling for better alignment

This commit is contained in:
Nancy Butler 2019-11-13 13:40:09 -07:00
parent 8f17ded686
commit 0a51f518b6
3 changed files with 4 additions and 3 deletions

View File

@ -104,7 +104,7 @@ export default {
<template>
<thead>
<tr>
<th v-if="tableActions" :width="checkWidth">
<th v-if="tableActions" :width="checkWidth" align="center">
<input
v-model="isAll"
class="check"

View File

@ -310,6 +310,7 @@ export default {
}
.flatter{
display: flex;
min-height: 75px;
& > * {
margin-right: 20px;
padding: 10px 0 10px 0;

View File

@ -28,7 +28,7 @@ export default {
@import "@/assets/styles/base/_mixins.scss";
.badge-state {
padding: 5px;
padding: 5px 5px 5px 0;
border: 1px solid transparent;
border-radius: 2px;
@ -44,7 +44,7 @@ export default {
display: inline-block;
max-width: 100%;
position: relative;
padding: 1px 10px;
padding: 1px 10px 1px 0;
font-size: 1em;
max-width: 110px;
font-size: .85em;