File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -175,21 +175,24 @@ html[xmlns] .clearfix { display: block;}
175
175
/* display:block; */
176
176
background-color : rgb (250 , 251 , 252 );
177
177
display : inline-block;
178
- margin : 40px ;
178
+ margin : 40px ;
179
+ padding : 20px ;
179
180
}
180
181
.client-button {
181
182
width : min-content;
182
183
}
183
184
.clients-list {
184
185
display : flex;
185
- margin : 40px ;
186
+ margin : 40px ;
187
+ flex-wrap : wrap;
186
188
}
187
189
# timetracker-projects {
188
190
width : 100% ;
189
191
/* display:block; */
190
192
background-color : rgb (250 , 251 , 252 );
191
193
display : inline-block;
192
- margin : 40px ;
194
+ margin : 40px ;
195
+ padding : 20px ;
193
196
}
194
197
195
198
.project-button {
@@ -240,7 +243,8 @@ td.ε_row {
240
243
/* display: block; */
241
244
background-color : rgb (250 , 251 , 252 );
242
245
display : inline-block;
243
- margin : 40px ;
246
+ margin : 40px ;
247
+ padding : 20px ;
244
248
}
245
249
.tag-button {
246
250
display : flex;
@@ -259,7 +263,8 @@ td.ε_row {
259
263
}
260
264
.tags-list {
261
265
display : flex;
262
- margin : 40px ;
266
+ margin : 40px ;
267
+ flex-wrap : wrap;
263
268
}
264
269
.set-project {
265
270
line-height : 32px ;
@@ -320,7 +325,8 @@ td.ε_row {
320
325
/* display: block; */
321
326
background-color : rgb (250 , 251 , 252 );
322
327
display : inline-block;
323
- margin : 40px ;
328
+ margin : 40px ;
329
+ padding : 20px ;
324
330
}
325
331
# dashboard {
326
332
max-width : 600px ;
You can’t perform that action at this time.
0 commit comments