diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-13 15:10:40 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-13 15:10:40 +0000 |
commit | 9b1b702f0fc3820e13fd3810bf096687d3378dc5 (patch) | |
tree | 8ec6e084f9b0c84ebc0996c8ea64d47389f49e81 /app/assets/stylesheets/page_bundles/oncall_schedules.scss | |
parent | 39c1496527de559d5d3a5c3b53d11575f435a4dc (diff) | |
download | gitlab-ce-9b1b702f0fc3820e13fd3810bf096687d3378dc5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/page_bundles/oncall_schedules.scss')
-rw-r--r-- | app/assets/stylesheets/page_bundles/oncall_schedules.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/page_bundles/oncall_schedules.scss b/app/assets/stylesheets/page_bundles/oncall_schedules.scss index c7e90ba3451..2ab3bdcc474 100644 --- a/app/assets/stylesheets/page_bundles/oncall_schedules.scss +++ b/app/assets/stylesheets/page_bundles/oncall_schedules.scss @@ -32,13 +32,17 @@ .rotations-modal { .gl-card { min-width: 75%; - width: fit-content; - @include gl-bg-gray-10; } &.gl-modal .modal-md { max-width: 640px; } + + // TODO: move to gitlab/ui utilities + // https://gitlab.com/gitlab-org/gitlab/-/issues/297502 + .gl-w-fit-content { + width: fit-content; + } } //// Copied from roadmaps.scss - adapted for on-call schedules |