diff --git a/app/frontend/entrypoints/ui_v2.scss b/app/frontend/entrypoints/ui_v2.scss index 03986c0a6..c356be19d 100644 --- a/app/frontend/entrypoints/ui_v2.scss +++ b/app/frontend/entrypoints/ui_v2.scss @@ -5,3 +5,11 @@ .letter-spacing-wide { letter-spacing: 0.4px; } + +.border-start-md { + border-left: none !important; + + @media (min-width: 768px) { + border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; + } +} diff --git a/app/frontend/src/app/routes/settings/index.tsx b/app/frontend/src/app/routes/settings/index.tsx index 8dbc71313..3acb16aa5 100644 --- a/app/frontend/src/app/routes/settings/index.tsx +++ b/app/frontend/src/app/routes/settings/index.tsx @@ -15,7 +15,7 @@ const SettingsIndexRoute = () => {
You can copy another user's project permissions by selecting their name from a dropdown. The permissions will be merged with any existing permissions.
-
- Don't worry, you can still make individual adjustments before saving.
+
You can copy project permissions from another user to this one by selecting the other user's name from the dropdown list below.