From 7dea90c44036b168aa94ffa22ad9412edba133bd Mon Sep 17 00:00:00 2001 From: Sudhanshu Tripathi Date: Sun, 12 Mar 2023 16:10:37 +0530 Subject: [PATCH 1/3] fix: unresponsive add page The tabs for the add page was unresponsive on mobile devices. Fixed this by changing flex-wrap property --- news/4506.bugfix | 1 + theme/themes/pastanaga/extras/sidebar.less | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 news/4506.bugfix diff --git a/news/4506.bugfix b/news/4506.bugfix new file mode 100644 index 0000000000..65d59117b0 --- /dev/null +++ b/news/4506.bugfix @@ -0,0 +1 @@ +The tabs for the add page was unresponsive on mobile devices. Fixed this by changing flex-wrap property. @sudhanshu1309 \ No newline at end of file diff --git a/theme/themes/pastanaga/extras/sidebar.less b/theme/themes/pastanaga/extras/sidebar.less index 3310cd779c..e7d2c37e36 100644 --- a/theme/themes/pastanaga/extras/sidebar.less +++ b/theme/themes/pastanaga/extras/sidebar.less @@ -489,3 +489,7 @@ margin-left: 5px; } } + +.formtabs { + flex-wrap: wrap; +} \ No newline at end of file From f7654157e1e96215a894a05ca8ef2f19d035ea14 Mon Sep 17 00:00:00 2001 From: Sudhanshu Tripathi Date: Tue, 14 Mar 2023 10:46:32 +0530 Subject: [PATCH 2/3] Added extra line for EOF indication --- news/4506.bugfix | 2 +- theme/themes/pastanaga/extras/sidebar.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/news/4506.bugfix b/news/4506.bugfix index 65d59117b0..2fbdf67696 100644 --- a/news/4506.bugfix +++ b/news/4506.bugfix @@ -1 +1 @@ -The tabs for the add page was unresponsive on mobile devices. Fixed this by changing flex-wrap property. @sudhanshu1309 \ No newline at end of file +The tabs for the add page was unresponsive on mobile devices. Fixed this by changing flex-wrap property. @sudhanshu1309 diff --git a/theme/themes/pastanaga/extras/sidebar.less b/theme/themes/pastanaga/extras/sidebar.less index e7d2c37e36..f34c08476a 100644 --- a/theme/themes/pastanaga/extras/sidebar.less +++ b/theme/themes/pastanaga/extras/sidebar.less @@ -492,4 +492,4 @@ .formtabs { flex-wrap: wrap; -} \ No newline at end of file +} From 69a8169f9be3563f8cde4f64493fb49063a16154 Mon Sep 17 00:00:00 2001 From: Sudhanshu Tripathi Date: Tue, 14 Mar 2023 14:04:29 +0530 Subject: [PATCH 3/3] Update news/4506.bugfix Co-authored-by: Steve Piercy --- news/4506.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/4506.bugfix b/news/4506.bugfix index 2fbdf67696..9e1c31dbf3 100644 --- a/news/4506.bugfix +++ b/news/4506.bugfix @@ -1 +1 @@ -The tabs for the add page was unresponsive on mobile devices. Fixed this by changing flex-wrap property. @sudhanshu1309 +The tabs for the add page was unresponsive on mobile devices. Fixed this by changing flex-wrap property. @sudhanshu1309