feat(dashboard): better pre styling
This commit is contained in:
		@@ -15,6 +15,10 @@
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    pre {
 | 
			
		||||
        background-color: $dark-alt;
 | 
			
		||||
    }
 | 
			
		||||
        
 | 
			
		||||
    // bootstrap
 | 
			
		||||
    .nav-tabs * .nav-link {
 | 
			
		||||
        background-color: $body-bg-alt !important;
 | 
			
		||||
 
 | 
			
		||||
@@ -28,6 +28,13 @@ blockquote {
 | 
			
		||||
    border-left: 4px solid $gray-transparent; // overwrite this in the individual styles
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
pre {
 | 
			
		||||
    white-space: pre-wrap;
 | 
			
		||||
    word-break: break-word !important;
 | 
			
		||||
    overflow-wrap: break-word !important;
 | 
			
		||||
    background-color: var(--bs-light);
 | 
			
		||||
    padding: 0.375rem;
 | 
			
		||||
    border-radius: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dyslexic {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user