mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-13 12:54:47 +00:00
Fixed URL clipping into Name on some MobileDevices
This commit is contained in:
parent
d1d000bd74
commit
5bd7d70569
1 changed files with 6 additions and 0 deletions
|
@ -306,6 +306,12 @@ export default {
|
|||
<style lang="scss" scoped>
|
||||
@import "../assets/vars.scss";
|
||||
|
||||
@media (max-width: 499px) {
|
||||
.url {
|
||||
margin-top: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.url {
|
||||
color: $primary;
|
||||
margin-bottom: 20px;
|
||||
|
|
Loading…
Add table
Reference in a new issue