mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-26 11:46:39 +00:00
Fixed default value for vertically aligned items
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@mixin vertical-align($extraTransforms: '') {
|
||||
@mixin vertical-align($extraTransforms: null) {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%) $extraTransforms;
|
||||
|
||||
Reference in New Issue
Block a user