fixe audio link hyphenation in text #431
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user