mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-11 00:33:47 -06:00
Fixed default value for vertically aligned items
This commit is contained in:
parent
6ac89334fd
commit
f4cc8d3a0c
@ -1,4 +1,4 @@
|
||||
@mixin vertical-align($extraTransforms: '') {
|
||||
@mixin vertical-align($extraTransforms: null) {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%) $extraTransforms;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user