Fix: Adjust header width and padding to keep documentation button visible
This commit is contained in:
@ -1,18 +1,19 @@
|
||||
.wpa-superstar-wrap {
|
||||
max-width: none;
|
||||
margin: 0;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.wpa-superstar-header {
|
||||
background: #fff;
|
||||
border-bottom: 1px solid #c3c4c7;
|
||||
box-shadow: 0 1px 0 rgba(0,0,0,.04);
|
||||
margin: 0 0 20px -20px;
|
||||
margin: 0 -20px 20px -20px;
|
||||
padding: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
width: calc(100% + 40px);
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.wpa-superstar-header h1 {
|
||||
|
Reference in New Issue
Block a user