Skip to content

Commit b33c737

Browse files
committed
Design fixes for the admin UI
1 parent 2891818 commit b33c737

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

AdminUI/LearningHub.Nhs.AdminUI/Scripts/vuesrc/content/pageSectionToolbar.vue

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@
219219
left:10px;
220220
top: 2px;
221221
z-index: 1;
222-
width:fit-content;
223222
}
224223
225224
.warningTriangle {
@@ -270,5 +269,15 @@
270269
271270
.toolBarButton i .fa, .fas {
272271
font-weight: 100;
272+
}
273+
@media (max-width: 767px) {
274+
.toolBarBox {
275+
position: absolute;
276+
right: 12px;
277+
left: 10px;
278+
top: 2px;
279+
z-index: 1;
280+
width: fit-content;
281+
}
273282
}
274283
</style>

0 commit comments

Comments
 (0)