Update light_mode_chatter_owl.css
Browse files
light_mode_chatter_owl.css
CHANGED
|
@@ -102,7 +102,7 @@ h1, h2 {
|
|
| 102 |
|
| 103 |
/* Push right content to avoid being overlapped */
|
| 104 |
.main-content {
|
| 105 |
-
margin-left:
|
| 106 |
padding: 16px;
|
| 107 |
}
|
| 108 |
|
|
|
|
| 102 |
|
| 103 |
/* Push right content to avoid being overlapped */
|
| 104 |
.main-content {
|
| 105 |
+
margin-left: 254px; /* slightly more than sidebar width */
|
| 106 |
padding: 16px;
|
| 107 |
}
|
| 108 |
|