@atlassian/aui
Version:
Atlassian User Interface Framework
19 lines (17 loc) • 352 B
CSS
.aui-header-secondary .aui-nav {
position: absolute;
right: 0;
}
.aui-header-primary .aui-nav {
overflow: hidden;
white-space: nowrap;
width: 0px;
}
.aui-header-primary .aui-nav > li {
display: inline-block;
float: none;
}
.aui-header .aui-header-secondary {
position: relative;
}
/*# sourceMappingURL=aui-header-responsive.css.map */