summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/release_block_milestone_info.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/components/release_block_milestone_info.scss')
-rw-r--r--app/assets/stylesheets/components/release_block_milestone_info.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/release_block_milestone_info.scss b/app/assets/stylesheets/components/release_block_milestone_info.scss
new file mode 100644
index 00000000000..b6a85ae965a
--- /dev/null
+++ b/app/assets/stylesheets/components/release_block_milestone_info.scss
@@ -0,0 +1,6 @@
+.release-block-milestone-info {
+ .milestone-progress-bar-container {
+ width: 300px;
+ min-height: 46px;
+ }
+}