mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Prevent image from overflowing outside the container
This commit is contained in:
parent
530537e4c0
commit
6ce43fcca9
4 changed files with 8 additions and 4 deletions
|
@ -763,7 +763,10 @@ li p{
|
|||
margin-top:5px;
|
||||
}
|
||||
|
||||
.floatimg{
|
||||
.pleftfloat{
|
||||
overflow:hidden;
|
||||
}
|
||||
.pleftfloat img{
|
||||
float:left;
|
||||
margin-right:10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue