Skip to content

Commit 30e6eed

Browse files
committed
refactor: fixes extra spaces in index.scss
1 parent 4e718f8 commit 30e6eed

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

src/index.scss

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)