add overflow-wrap css property to content class

This commit is contained in:
lironhl 2020-04-22 11:33:18 +03:00
parent 1c094346e2
commit c1797c4e75
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@
box-sizing: border-box; box-sizing: border-box;
padding-left: 10px; padding-left: 10px;
color: rgba(0,0,0,.9); color: rgba(0,0,0,.9);
overflow-wrap: break-word;
} }
</style> </style>
</head> </head>