forked from AkkomaGang/admin-fe
Merge branch 'patch-1' into 'develop'
Fix overflowing text in See Documentation button See merge request pleroma/admin-fe!149
This commit is contained in:
commit
996c493f21
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
.settings-docs-button {
|
.settings-docs-button {
|
||||||
width: 163px;
|
min-width: 163px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue