mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 15:35:59 +01:00
Merge pull request #1120 from lidice/adjust-image-width
Adjust img width in content box to max-width:100%
This commit is contained in:
@@ -341,6 +341,10 @@ div.box-content-bottom {
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.box-content-bottom img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
table.table th.box-header {
|
table.table th.box-header {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user