Merge pull request #8829 from netchampfaris/version-table-overflow
fix: Handle overflow in version info
This commit is contained in:
commit
e799a4546a
1 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
.version-info {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.version-info pre {
|
||||
border: 0px;
|
||||
margin: 0px;
|
||||
|
|
@ -14,4 +18,4 @@
|
|||
|
||||
.version-info .danger {
|
||||
background-color: #f2dede !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue