Skip to content
Snippets Groups Projects
Unverified Commit 44806ac6 authored by amardatar's avatar amardatar Committed by GitHub
Browse files

Fix text alignment for dashboard text card (#47540)

parent e4bd8210
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ import {
const getSettingsStyle = settings => ({
[CS.alignCenter]: settings["text.align_horizontal"] === "center",
[CS.alignStart]: settings["text.align_horizontal"] === "right",
[CS.alignEnd]: settings["text.align_horizontal"] === "right",
[CS.justifyCenter]: settings["text.align_vertical"] === "middle",
[CS.justifyEnd]: settings["text.align_vertical"] === "bottom",
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment