mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Add RL padding for mobile browser
This commit is contained in:
parent
ceb60b5eee
commit
eeb37d5b5f
1 changed files with 6 additions and 0 deletions
|
|
@ -262,6 +262,7 @@ body {
|
|||
.content {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.content :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
@ -702,6 +703,11 @@ and (max-width: 1024px) {
|
|||
font-weight: 300;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
.navbar .navbar-brand-main {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue