123456789101112131415161718192021222324252627282930 |
- .upload{
- display: inline;
- }
- .btnRight{
- margin-right: 5px;
- }
- .divBottom{
- margin-bottom: 5px;
- }
- .minHeight{
- min-height: 100px;
- }
- .customImg{
- :global {
- .ql-editor img{
- max-height: 400px;
- }
- /* Bubble Theme */
- .ql-bubble .ql-editor {
- border: 1px solid #cccccc;
- //border-radius: 0.5em;
- }
- }
- }
|