1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00

Handle wrap-around for add section popup

This commit is contained in:
Harvey Kandola 2019-02-28 12:32:22 +00:00
parent 1f5221ffa0
commit c108d0eb30

View file

@ -15,6 +15,8 @@
margin: 10px;
background-color: map-get($gray-shades, 100);
border: 1px solid map-get($gray-shades, 200);
overflow-x: hidden;
text-overflow: ellipsis;
@extend .no-select;
@include border-radius(2px);
@include button-shadow-light();