From 0a03b50f53feea11a90d876848487b008e122d31 Mon Sep 17 00:00:00 2001 From: harish kumar Date: Mon, 5 Jul 2021 16:12:02 +0530 Subject: [PATCH] Actions for media overlap in admin theme --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 62894f7..abdb1c1 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ "extra": { "patches": { "drupal/gin": { - "3219236 - layout width issue in responsiveness on mobile/small device": "https://www.drupal.org/files/issues/2021-06-17/layout-width-issue-responsiveness-mobile-3219236-4.patch" + "3219236 - layout width issue in responsiveness on mobile/small device": "https://www.drupal.org/files/issues/2021-06-17/layout-width-issue-responsiveness-mobile-3219236-4.patch", + "3222083 - Actions buttons for media overlap in the theme": "https://www.drupal.org/files/issues/2021-07-05/Action-buttons-for-media-overlap-theme-3222083-2.patch" } } },