Make the new team view UI to be properly reactive to the screen size
This commit is contained in:
parent
7d7cca39cc
commit
9a402ab0b1
3 changed files with 16 additions and 3 deletions
|
@ -4624,7 +4624,7 @@ i.quay-icon {
|
|||
top: 2px;
|
||||
}
|
||||
|
||||
.organization-header .popover-content {
|
||||
.organization-header .popover-content {
|
||||
font-size: 14px;
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
@ -4633,8 +4633,12 @@ i.quay-icon {
|
|||
background: white;
|
||||
}
|
||||
|
||||
.organization-header .popover-content .help-text {
|
||||
.team-view-add-element .help-text {
|
||||
font-size: 13px;
|
||||
color: #ccc;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.organization-header .popover-content {
|
||||
min-width: 500px;
|
||||
}
|
Reference in a new issue