Disallow invalid inline style comments in stylesheets (#9099)

This commit is contained in:
Germain
2022-07-27 14:39:29 +01:00
committed by GitHub
parent 8eeeee1aa2
commit 72c24af5c0
193 changed files with 1520 additions and 1518 deletions
+3 -3
View File
@@ -19,10 +19,10 @@ limitations under the License.
.mx_ImageSizePanel_radios {
display: flex;
margin-top: 16px; // move away from header a bit
margin-top: 16px; /* move away from header a bit */
> label {
margin-right: 68px; // keep the boxes separate
margin-right: 68px; /* keep the boxes separate */
cursor: pointer;
}
@@ -33,7 +33,7 @@ limitations under the License.
mask-position: center;
width: 221px;
height: 148px;
margin-bottom: 14px; // move radio button away from bottom edge a bit
margin-bottom: 14px; /* move radio button away from bottom edge a bit */
&.mx_ImageSizePanel_sizeDefault {
mask: url("$(res)/img/element-icons/settings/img-size-normal.svg");