This commit is contained in:
Ben Haynes
2021-04-02 14:51:56 -04:00
parent 750046b691
commit ecd5526b55

View File

@@ -104,5 +104,9 @@ export default defineComponent({
.v-checkbox {
margin-top: 8px;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
</style>