resolving conflict in conferences/_tickets
Added in css .word_break and applied it in conferences/_tickets
This commit is contained in:
parent
9c7caa141f
commit
7fa007d621
2 changed files with 9 additions and 4 deletions
|
|
@ -110,7 +110,7 @@ p.comment-body {
|
|||
.g-recaptcha {
|
||||
@include clearfix;
|
||||
padding-bottom: 12px;
|
||||
|
||||
|
||||
div {
|
||||
float: right;
|
||||
}
|
||||
|
|
@ -120,4 +120,8 @@ p.comment-body {
|
|||
#openid-btn-grp{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
.word_break {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue