mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-08 12:51:27 +02:00
Fix overflow in media content
This commit is contained in:
@@ -11,6 +11,10 @@ $blue: #33B2E8;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.media-content {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.has-rounded-border {
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user