Closed (fixed)
Project:
Adminimal - Responsive Administration Theme
Version:
8.x-1.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Jul 2018 at 17:04 UTC
Updated:
25 Feb 2019 at 03:59 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
alphex commentedComment #3
alphex commentedAlright, here's how I fixed it.
1. copy
/core/themes/seven/templates/block-content-add-list.html.twigto ->/themes/contrib/adminimal_theme/templates/block-content-add-list.html.twig(creating the templates directory inside of the adminimal_theme directory.2. change this line of code
To look like this
--- I moved where the close was.
3. add this CSS to
/themes/contrib/adminimal_theme/css/adminimal.cssI'll try to get a patch together for this.
Comment #4
tanmaykadam commentedI have added patch for comment #3.
Comment #5
chris matthews commentedThe root cause of this issue does not appear to come from the Adminimal theme as I was able to reproduce the issue on a clean Drupal 8.6.4 install using the default 'Seven' administration theme.
block/add IS NOT broken when using the Seven theme and the custom block type description DOES NOT include a link:
block/add is IS broken when using the Seven theme and the custom block type description DOES include a link:
This not not happen when using Bartik as the administration theme.
The link in the custom block description seems to be the breaking element for the Seven theme and of course the Adminimal theme.
Comment #6
asya_asina commentedThe patch applied and working.
Comment #7
asya_asina commentedComment #8
knyshuk.vova commentedThe patch looks good and applies successfully. +1 for RTBC.
Comment #9
andrtroe commentedComment #11
andrtroe commentedI've commited the patch from #4.
@Chris Matthews, thank you for this investigation, I think it can be reported to the drupal core, but for adminimal it should work
as it breaks UX, thats why we need to override this template for now.