Changeset 32956
- Timestamp:
- 06/26/2015 05:54:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/editor.css
r32951 r32956 1686 1686 @media screen and ( max-width: 782px ) { 1687 1687 .wp-link-preview { 1688 margin: 8px 5px; 1688 1689 max-width: 70%; 1689 max-width: -webkit-calc(100% - 8 8px);1690 max-width: calc(100% - 8 8px);1690 max-width: -webkit-calc(100% - 80px); 1691 max-width: calc(100% - 80px); 1691 1692 } 1692 1693 }
Note: See TracChangeset
for help on using the changeset viewer.