.container { width: 100%; height: 100%; } .toolbar { background-color: #fff; display: flex; align-items: center; justify-content: space-between; } .action { float: left; display: flex; flex-direction: column; font-size: 14px; text-align: left; } .search { position: absolute; top: 10px; right: 0; } .search > input { outline: none; }