Fix waste of space of collapsed left panel

Signed-off-by: Anton Zuenko <anton@zuenko.ru>
This commit is contained in:
Anton Zuenko 2019-08-05 18:03:20 +02:00
parent ab05d8c7a4
commit a3eb45e0b9
5 changed files with 10 additions and 8 deletions

View file

@ -22,7 +22,7 @@ limitations under the License.
display: flex;
align-items: center;
min-width: 0;
padding: 0 7px;
padding: 0 4px;
overflow: hidden;
}