File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11<template >
2- <div class =" lh-padding-fluid" >
2+ <div class =" lh-padding-fluid select-resource-type " >
33 <div class =" lh-container-xl" >
44 <h2 id =" title-label" class =" nhsuk-heading-l" >Select a resource type</h2 >
55 <div v-if =" !contributeResourceAVFlag" class =" align-self-center" >
5353 }
5454 });
5555 </script >
56+ <style lang="scss" scoped>
57+ @use ' ../../../Styles/abstracts/all' as * ;
58+
59+ .select-resource-type {
60+ padding-left : 0.1rem !important ;
61+ }
62+ </style >
Original file line number Diff line number Diff line change 392392 @media (max-width : 768px ) {
393393 .dropdown-toggle {
394394 display : block !important ;
395+ white-space : wrap !important ;
395396 }
396397 }
397398
Original file line number Diff line number Diff line change @@ -420,6 +420,10 @@ div.contribute {
420420 }
421421 }
422422 }
423+ .contriburecontainer
424+ {
425+ margin-left : -100px ;
426+ }
423427}
424428
425429/* end contribute*/
Original file line number Diff line number Diff line change 55 @* <link href="https://amp.azure.net/libs/amp/2.3.8/skins/amp-default/azuremediaplayer.min.css" type="text/css" rel="stylesheet" asp-append-version="true" /> *@
66}
77
8- <div id =" contributecontainer" >
8+ <div id =" contributecontainer" class = " contriburecontainer " >
99 @* This empty <router-view> is populated by the Vue.js code *@
1010 <router-view :keep-user-session-alive-interval-seconds =" @ViewBag.KeepUserSessionAliveIntervalSeconds" ></router-view >
1111 </div >
You can’t perform that action at this time.
0 commit comments