File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,12 +123,10 @@ $white: #fff;
123123}
124124
125125.content {
126-
127126 b {
128127 color : #00262B !important ;
129128 font-weight : 500 !important ;
130129 }
131-
132130}
133131
134132.font-size-18 {
@@ -147,6 +145,7 @@ $white: #fff;
147145 padding-top : 10px ;
148146 padding-bottom : 10px ;
149147}
148+
150149.pb-10px {
151150 padding-bottom : 10px ;
152151}
@@ -225,7 +224,6 @@ $white: #fff;
225224 min-height : 6px !important ;
226225 min-width : 6px !important ;
227226 }
228-
229227 }
230228
231229 .dropdown-item {
@@ -234,8 +232,11 @@ $white: #fff;
234232 }
235233
236234 .notification-content {
237-
238235 .notification-item-content {
236+ display : -webkit-box ;
237+ -webkit-line-clamp : 2 ;
238+ -webkit-box-orient : vertical ;
239+ text-overflow : ellipsis ;
239240
240241 p {
241242 margin-bottom : 0px ;
@@ -244,11 +245,6 @@ $white: #fff;
244245 b {
245246 color : #00262B ;
246247 }
247-
248- display : -webkit-box ;
249- -webkit-line-clamp : 2 ;
250- -webkit-box-orient : vertical ;
251- text-overflow : ellipsis ;
252248 }
253249
254250 .unread {
You can’t perform that action at this time.
0 commit comments