mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-10-30 12:17:03 +00:00
fix: update css to actually center elements having class .float-center-right (#931)
This commit is contained in:
@@ -25,5 +25,5 @@ pre
|
||||
.float-center-right
|
||||
position: absolute
|
||||
right: 0px
|
||||
top: "50%"
|
||||
transform: "translateY(-50%)"
|
||||
top: 50%
|
||||
transform: translateY(-50%)
|
||||
|
||||
Reference in New Issue
Block a user