mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
images in history to limit size to panel
This commit is contained in:
parent
3e256ddd58
commit
7969f70c25
5
client/dist/styles/bundle.css
vendored
5
client/dist/styles/bundle.css
vendored
@ -22,6 +22,11 @@
|
||||
color:#f44;
|
||||
}
|
||||
|
||||
.CMSPageHistoryController .htmleditorfield.readonly img{
|
||||
max-width:100%;
|
||||
height:auto;
|
||||
}
|
||||
|
||||
#cms-content-listview .cms-tree-expand-trigger,#cms-content-treeview .cms-tree-expand-trigger{
|
||||
display:none;
|
||||
}
|
||||
|
@ -42,6 +42,11 @@
|
||||
padding: 2px;
|
||||
color: darken(#FDD, 30%);
|
||||
}
|
||||
|
||||
.htmleditorfield.readonly img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
/** --------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user