[bugfix] Cell: fix required style (#553)
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
&::before {
|
&::before {
|
||||||
content: '*';
|
content: '*';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -7px;
|
left: 7px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: $red;
|
color: $red;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user