Is there a way to make my v-simple table with v-chips and v-badges align correctly in two or three column peer cell format? Here is the table for reference: https://i.sstatic.net/OFCyx.png
Currently, I only have scoped styling applied:
<style scoped>
.time-slot-x-small {
border-radius: 8px;
font-size: 10px;
height: 16px;
background: #e0e0e0;
padding: 1px 3px 1px 5px;
margin: 2px 2px 0px 0px;
color: black;
}
table {
width: 100%;
border-collapse: collapse;
}
table, th, td {
border: 1px solid lightgray;
}