[BUG]: admin.css not loaded on dashboard #1112

Closed
opened 2024-04-28 21:08:05 +00:00 by stutteringp0et · 1 comment
Member

What Happened?

Kind of a two-fer - the icons in the dashboard don't fit into the containers, so I applied some CSS in the component Libs & Helpers : CSS (admin) section -

div.dashboard-content a.icon img {
    width:100%;
}
div.dashboard-wraper, div.dashboard-wrapper {
    min-height: inherit;
}

which is generated as /administrator/components/com_component/assets/css/admin.css

But when viewing the dashboard - this CSS is not loaded. (it is loaded in other admin views)

Steps to reproduce the Bug

JCB > Joomla Components > Edit Component > Libs & Helpers > enable CSS (admin) > add some CSS

Which Joomla version are you compiling in?

5.1.0

Which PHP version are you compiling in?

8.1

Which Joomla versions are you targeting?

5

Which PHP version are you targeting?

8.1

Which Web server is JCB running on?

nginx

Which Relational Database is JCB running on?

MariaDB 10.6

Which OS is JCB running on?

Ubuntu

Which JCB version are you using?

5rc1

Where in JCB did this issue occur?

Compilation of a component

On which browsers did you encounter the issue?

Chrome

Additional Comments

The CSS fixes the icon overflow problem in the Dashboard.

### What Happened? Kind of a two-fer - the icons in the dashboard don't fit into the containers, so I applied some CSS in the component Libs & Helpers : CSS (admin) section - ``` div.dashboard-content a.icon img { width:100%; } div.dashboard-wraper, div.dashboard-wrapper { min-height: inherit; } ``` which is generated as /administrator/components/com_component/assets/css/admin.css But when viewing the dashboard - this CSS is not loaded. (it is loaded in other admin views) ### Steps to reproduce the Bug JCB > Joomla Components > Edit Component > Libs & Helpers > enable CSS (admin) > add some CSS ### Which Joomla version are you compiling in? 5.1.0 ### Which PHP version are you compiling in? 8.1 ### Which Joomla versions are you targeting? 5 ### Which PHP version are you targeting? 8.1 ### Which Web server is JCB running on? nginx ### Which Relational Database is JCB running on? MariaDB 10.6 ### Which OS is JCB running on? Ubuntu ### Which JCB version are you using? 5rc1 ### Where in JCB did this issue occur? Compilation of a component ### On which browsers did you encounter the issue? Chrome ### Additional Comments The CSS fixes the icon overflow problem in the Dashboard.
stutteringp0et added the
Bug
label 2024-04-28 21:08:05 +00:00
Llewellyn changed title from [BUG]: admin.css not loaded to [BUG]: admin.css not loaded on dashboard 2024-04-30 13:24:01 +00:00
Robot referenced this issue from a commit 2024-04-30 17:11:54 +00:00
Robot referenced this issue from a commit 2024-04-30 17:16:45 +00:00
Robot referenced this issue from a commit 2024-04-30 17:21:54 +00:00
Robot referenced this issue from a commit 2024-05-02 14:11:14 +00:00
Author
Member

Seems to be fixed in rc3

Seems to be fixed in rc3
Robot referenced this issue from a commit 2024-05-03 05:13:28 +00:00
Robot referenced this issue from a commit 2024-05-03 05:48:12 +00:00
Robot referenced this issue from a commit 2024-05-03 05:52:57 +00:00
Robot referenced this issue from a commit 2024-05-03 05:54:33 +00:00
Robot referenced this issue from a commit 2024-05-10 16:07:45 +00:00
Robot referenced this issue from a commit 2024-05-10 16:12:54 +00:00
Robot referenced this issue from a commit 2024-05-10 16:15:25 +00:00
Robot referenced this issue from a commit 2024-05-10 16:34:27 +00:00
Robot referenced this issue from a commit 2024-05-10 16:35:57 +00:00
Robot referenced this issue from a commit 2024-05-10 16:39:50 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#1112
No description provided.