Skip to content

Commit 8880115

Browse files
brianteemanQuyTon
andauthored
[5.3] Media Manager Empty information (joomla#45322)
When a folder is empty and you have the information bar open then the text of the infobar is partially hidden Signed-off-by: BrianTeeman <[email protected]> Co-authored-by: Quy Ton <[email protected]>
1 parent 2181f4a commit 8880115

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_media/resources/scripts/components/browser

1 file changed

+1
-1
lines changed

administrator/components/com_media/resources/scripts/components/browser/browser.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<div
3131
v-if="isEmpty"
3232
class="text-center"
33-
style="display: grid; justify-content: center; align-content: center; margin-top: -1rem; color: var(--gray-200); height: 100%;"
33+
style="display: grid; justify-content: center; align-content: center; color: var(--gray-200); height: 100%;"
3434
>
3535
<span
3636
class="fa-8x icon-cloud-upload upload-icon"

0 commit comments

Comments
 (0)