Changed padding to 0px 11px and added word-break: break-word

pull/4858/head
Nostradamos 2017-08-30 22:25:09 +02:00
parent 3726926776
commit 861b6a2c6c
1 changed files with 2 additions and 2 deletions

View File

@ -42,6 +42,6 @@ limitations under the License.
cursor: pointer;
font-size: 15px;
padding-left: 12px;
padding-right: 12px;
padding: 0 11px;
word-break: break-word;
}