forked from AkkomaGang/akkoma-fe
Merge branch 'link-wraparound-styling' into 'develop'
(practicing the new branch thing) url styling See merge request !18
This commit is contained in:
commit
6f98543b79
2 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,7 @@ main-router {
|
|||
padding: 0.6em 0 0.5em;
|
||||
text-align: center;
|
||||
font-size: 1.3em;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.panel-footer {
|
||||
|
|
|
@ -107,6 +107,7 @@
|
|||
|
||||
a {
|
||||
display: inline-block;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.status-content {
|
||||
|
|
Loading…
Reference in a new issue