mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-17 21:13:48 +00:00
Fixed responsive properties
This commit is contained in:
@@ -35,7 +35,7 @@ export class ShortUrlsRow extends React.Component {
|
||||
<td className="short-urls-row__cell">
|
||||
<a href={completeShortUrl} target="_blank">{completeShortUrl}</a>
|
||||
</td>
|
||||
<td className="short-urls-row__cell">
|
||||
<td className="short-urls-row__cell short-urls-row__cell--break">
|
||||
<a href={shortUrl.originalUrl} target="_blank">{shortUrl.originalUrl}</a>
|
||||
</td>
|
||||
<td className="short-urls-row__cell">{this.renderTags(shortUrl.tags)}</td>
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
.short-urls-row__cell {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
.short-urls-row__cell--break {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.short-urls-row__cell--relative {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user