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:
parent
1f5221ffa0
commit
c108d0eb30
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue