Skip to content

Commit ce298f5

Browse files
authored
mobile view change to inline-grid (#773)
1 parent d1fd608 commit ce298f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

client/wfprev-war/src/main/angular/src/app/components/edit-project/project-details/project-details.component.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@
193193
flex: 1 1 calc(33.33% - 20px); // 3 items per row on medium screens
194194
}
195195
}
196+
.objective-group{
197+
display: inline-grid !important;
198+
}
199+
.left-fields{
200+
display: inline-grid !important;
201+
}
196202
}
197203

198204
@media (max-width: 768px) {

0 commit comments

Comments
 (0)