Skip to content

Commit 1d351ba

Browse files
committed
force override inline styles with !important for collapsed user-info
1 parent b3c638e commit 1d351ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

public/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,9 +550,9 @@ cap-widget {
550550
}
551551

552552
.sidebar.collapsed .user-info {
553-
justify-content: center;
554-
padding: 0 14px;
555-
gap: 0;
553+
justify-content: center !important;
554+
padding: 0 14px !important;
555+
gap: 0 !important;
556556
}
557557

558558
.sidebar.collapsed #sidebar-user-info > div:first-child {

0 commit comments

Comments
 (0)