Commit f35181c
Fix display of orcid account on Chrome browser (#1305)
* Replace width 100% with flex grow
Firefox and chrome interpret 100% inside a flex layout differently. Chrome tries to assign the `spacer` a width of 100% by shrinking the public record component. Leading to a screwed display.
By telling the browsers that the spacer should expand instead of that the spacer should fill the full width, both firefox and chrome display the component correctly.
* Change CSS class name
Co-authored-by: Sven F. <sven1103@users.noreply.github.com>
---------
Co-authored-by: KochTobi <kochtobi@users.noreply.github.com>
Co-authored-by: Sven F. <sven1103@users.noreply.github.com>1 parent cbd3591 commit f35181c
File tree
2 files changed
+2
-2
lines changed- user-interface
- frontend/themes/datamanager/components
- src/main/java/life/qbic/datamanager/views/account
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
767 | | - | |
| 767 | + | |
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments