UNPKG

megadraft

Version:

Rich Text editor built on top of draft.js

21 lines (19 loc) 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; /* * Copyright (c) 2016, Globo.com (https://github.com/globocom) * * License: MIT */ var _default = { image: { display: "inline-block", // Eliminates whitespace between block and data fields block maxWidth: "100%", verticalAlign: "middle" } }; exports["default"] = _default;