Fix typo in translate property in card columns CSS (#2090)
Rename incorrect CSS property from `translaate` to `translate`
This commit is contained in:
@@ -764,7 +764,7 @@
|
||||
block-size: 1px;
|
||||
inline-size: 100%;
|
||||
inset: 50% 0 auto;
|
||||
translaate: 0 -50%;
|
||||
translate: 0 -50%;
|
||||
}
|
||||
|
||||
&:after {
|
||||
|
||||
Reference in New Issue
Block a user