From 5ba775457078bc0958f6b2bde2ef2d359c20f93f Mon Sep 17 00:00:00 2001 From: Ahmad Farhat <ahmad.af.farhat@gmail.com> Date: Fri, 3 Feb 2023 13:51:35 -0500 Subject: [PATCH] Extend visibility dropdown width (#4750) --- app/assets/stylesheets/recordings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/recordings.scss b/app/assets/stylesheets/recordings.scss index 00107fc0..0040b8c6 100644 --- a/app/assets/stylesheets/recordings.scss +++ b/app/assets/stylesheets/recordings.scss @@ -85,7 +85,7 @@ } .visibility-dropdown { - width: 125px; + width: 150px; height: 40px; cursor: pointer; } -- GitLab