Skip to content

Commit 54cec00

Browse files
committed
fix(overview): fix stylelint issues in new files
Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com>
1 parent b46f24f commit 54cec00

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/FileCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default {
3737
cursor: pointer;
3838
box-sizing: border-box;
3939
background: none;
40-
text-align: left;
40+
text-align: start;
4141
transition: box-shadow 0.2s ease, transform 0.2s ease;
4242
4343
&:focus-visible {

src/components/TemplateSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default {
107107
padding-bottom: calc(var(--default-grid-baseline) * 2);
108108
list-style: none;
109109
margin: 0;
110-
padding-left: 0;
110+
padding-inline-start: 0;
111111
}
112112
113113
.template-section__item {

src/views/OfficeOverview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ export default {
510510
padding: 0;
511511
margin: -1px;
512512
overflow: hidden;
513-
clip: rect(0, 0, 0, 0);
513+
clip-path: inset(50%);
514514
white-space: nowrap;
515515
border: 0;
516516
}

0 commit comments

Comments
 (0)