2
0

Update stylelint-config-standard-scss to version 16.0.0 (#36429)

Co-authored-by: diondiondion <mail@diondiondion.com>
This commit is contained in:
Matt Jankowski
2025-10-15 07:30:09 -04:00
committed by GitHub
parent 3160f5746d
commit c6de46d12d
8 changed files with 51 additions and 54 deletions

View File

@@ -696,7 +696,7 @@ body,
}
&__title {
word-wrap: break-word;
overflow-wrap: break-word;
}
&__timestamp {
@@ -747,7 +747,7 @@ body,
}
&__title {
word-wrap: break-word;
overflow-wrap: break-word;
}
&__timestamp {
@@ -1397,7 +1397,7 @@ a.sparkline {
.report-header {
display: grid;
grid-gap: 15px;
gap: 15px;
grid-template-columns: minmax(0, 1fr) 300px;
&__details {
@@ -1507,7 +1507,7 @@ a.sparkline {
margin: 8px 0;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
overflow-wrap: break-word;
max-height: 21px * 2;
position: relative;
font-size: 15px;
@@ -1664,7 +1664,7 @@ a.sparkline {
&__content {
font-size: 15px;
line-height: 20px;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight: 400;
color: $primary-text-color;
@@ -1766,7 +1766,7 @@ a.sparkline {
padding: 15px;
font-size: 15px;
line-height: 20px;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight: 400;
color: $primary-text-color;
box-sizing: border-box;
@@ -1948,7 +1948,7 @@ a.sparkline {
border-radius: 4px;
font-size: 15px;
line-height: 20px;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight: 400;
border: 1px solid lighten($ui-base-color, 4%);
color: $primary-text-color;

View File

@@ -1122,7 +1122,7 @@
.edit-indicator__content,
.reply-indicator__content {
position: relative;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
@@ -1363,7 +1363,7 @@
}
.announcements__item__content {
word-wrap: break-word;
overflow-wrap: break-word;
overflow-y: auto;
.emojione {
@@ -3968,7 +3968,7 @@ a.account__display-name {
.react-toggle-screenreader-only,
.sr-only {
border: 0;
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
@@ -5177,10 +5177,8 @@ a.status-card {
&__menu {
@include search-popout;
& {
padding: 0;
background: $ui-secondary-color;
}
padding: 0;
background: $ui-secondary-color;
}
&__menu-list {
@@ -8322,7 +8320,7 @@ noscript {
font-weight: 400;
overflow: hidden;
word-break: normal;
word-wrap: break-word;
overflow-wrap: break-word;
p {
margin-bottom: 20px;
@@ -8966,7 +8964,7 @@ noscript {
position: relative;
font-size: 15px;
line-height: 20px;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight: 400;
max-height: 50vh;
overflow: hidden;

View File

@@ -61,7 +61,7 @@
.dashboard {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
grid-gap: 10px;
gap: 10px;
@media screen and (width <= 1350px) {
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

View File

@@ -190,7 +190,7 @@
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
clip-path: inset(50%);
border: 0;
}

View File

@@ -299,7 +299,7 @@ code {
color: $primary-text-color;
display: block;
margin-bottom: 8px;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight: 500;
}

View File

@@ -60,7 +60,6 @@
&__text {
display: inline-block;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: calc(100% - 45px - 25px);
}