mirror of https://github.com/vector-im/riot-web
Merge pull request #6450 from SimonBrandner/fix/url-scroll/18028
commit
d8d0a21e47
|
@ -34,7 +34,7 @@ limitations under the License.
|
|||
.mx_LinkPreviewWidget_caption {
|
||||
margin-left: 15px;
|
||||
flex: 1 1 auto;
|
||||
overflow-x: hidden; // cause it to wrap rather than clip
|
||||
overflow: hidden; // cause it to wrap rather than clip
|
||||
}
|
||||
|
||||
.mx_LinkPreviewWidget_title {
|
||||
|
|
Loading…
Reference in New Issue