fixe audio link hyphenation in text #431

This commit is contained in:
2019-03-12 10:53:16 +01:00
parent 63dcc546f1
commit afd4aceb71
2 changed files with 2 additions and 13 deletions
File diff suppressed because one or more lines are too long
@@ -687,20 +687,9 @@ main[role="main"]{
.field.text-formatted{
a{
display: inline-block;
position: relative;
&:after{
content:'';
position: absolute;
// z-index: -1;
width:100%;
left:0; bottom:0.2em;
border-bottom: 1px dotted #1A1A1A;
}
border-bottom: 1px dotted #1A1A1A;
&.audio-link{
&:after{
border-color: red;
}
}
}
}