Closed gmclelland closed 7 years ago
Ok, I found the problem.
If you disable the rules in the red box, everything starts to work correctly.
html.aos h1:not(.pwapi-headline) {
position: relative;
}
html.aos h1 {
max-width: calc(100% - 120px);
}
I'm not sure what those rules are for, but it doesn't appear to cause any problems with the Classic, Reno, or AdminThemeUikit when I disable them.
Hope that helps
I'll work on the rest tomorrow.
The calc is there because when H1 is too long then it's cropped and an ellipsis is appended. On AdminthemeUikit the two buttons are much wider, that's why the overlap.
Thanks for the other PRs!
Ah, makes sense. Do you want to adjust the width or remove this functionality?
I added max-width: calc(100% - 400px);
above 960px screen width.
This is fixed now.
This only happens when a brand new page is created and needs to be published.
Here is a screenshot of the top "Publish" button
Note: the bottom "Publish" button works just fine.