Skip to content

Commit b6ff6cd

Browse files
Merge pull request #2493 from adaptlearning/issue/2485
Remove hard-coded screen sizes
2 parents 1c3122a + 9d5ac61 commit b6ff6cd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

plugins/content/config/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ function initialize () {
8282
_isEnabled : false,
8383
_shouldSupportLegacyBrowsers : true,
8484
_isTextProcessorEnabled: false
85-
},
86-
screenSize : {
87-
small : 519,
88-
medium : 759,
89-
large : 1024
9085
}
9186
};
9287

0 commit comments

Comments
 (0)