Stop strange word wrap
This commit is contained in:
parent
122bb55535
commit
0a1d81528d
@ -35,7 +35,7 @@ limitations under the License.
|
||||
color: $foreground;
|
||||
}
|
||||
|
||||
h1 {
|
||||
.linkHeader h1 {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
|
@ -130,7 +130,7 @@ const LinkCreatedTile: React.FC<ILinkCreatedTileProps> = (props) => {
|
||||
<img src={refreshIcon} />
|
||||
</button>
|
||||
<a href={props.link}>
|
||||
<h1>{props.link}</h1>
|
||||
<h1 className="linkHeader">{props.link}</h1>
|
||||
</a>
|
||||
<Button
|
||||
flashChildren={'Copied'}
|
||||
|
Loading…
Reference in New Issue
Block a user