Skip to content

Commit 3ce147e

Browse files
tailwind patch (#7302)
1 parent f3eb55b commit 3ce147e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lms/static/styles/_components.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@apply fixed left-[5px] top-[5px] right-[5px];
99
@apply flex items-center;
1010
@apply bg-white border-[2px] border-solid border-yellow-notice;
11-
@apply p-3;
11+
padding: 0.75rem;
1212

1313
// In case the frontend app does load (partially or fully),
1414
// raise the banner above any content that it renders.

lms/static/styles/frontend_apps.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
@apply flex items-center;
5252
@apply border-[2px] border-solid border-yellow-notice;
5353
background-color: white;
54-
@apply p-3;
54+
padding: 0.75rem;
5555

5656
/* In case the frontend app does load (partially or fully),
5757
raise the banner above any content that it renders. */

0 commit comments

Comments
 (0)