Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit d4b32be

Browse files
authored
Merge pull request #977 from shubhendusaurabh/issue-976
fixed #976 added min-width for badge modal
2 parents 80e730e + 6308541 commit d4b32be

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

assets/css/profile/badges.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
background: #fbfbfb;
4141
border: 1px solid #f0f0f0;
4242
width: 30%;
43+
min-width: 300px;
4344
display: flex;
4445
flex-direction: column;
4546
justify-content: center;
@@ -60,23 +61,23 @@
6061
}
6162
.ngdialog-close {
6263
display: block;
63-
}
64+
}
6465
}
65-
66+
6667
.ngdialog-close {
6768
display: none;
6869
}
69-
70+
7071
.ngdialog-close.close-outside {
7172
display: block;
7273
height: 100%;
7374
width: 100%;
7475
cursor: default;
7576
}
76-
77+
7778
.ngdialog-close.close-outside:before {
7879
display: none;
79-
}
80+
}
8081
}
8182
}
8283

0 commit comments

Comments
 (0)