How to right align an image in the toolbar? #751
Unanswered
siddmittal
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
How did you come up with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to show two logos and the name of the product in the toolbar in this order: Name, Left-Logo, Right-Logo. The name and Left-Logo should be left aligned and the Right-Logo should be right aligned. The GUI itself should be responsive. Below is my full working example (also creates dummy images).
Minimal Working Example:
PROBLEM:
As can be seen in the screenshot below, there are two main problems in the GUI:
. . .are there in the titleRight Logo Imageis not right-aligned. There is some empty space in the right side.How can I solve these issues?
Beta Was this translation helpful? Give feedback.
All reactions