diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-27 02:37:22 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-27 02:37:22 -0500 |
| commit | fa4612e7dfeaecc09e205c5d6fa37743d23f9298 (patch) | |
| tree | 97c21f5c41297f188dbcb10fd35e191932252016 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | f73c7fb72780535441033167214275e329de2dd8 (diff) | |
moved sorting into header
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 5608cb7ab..9c5f2e8ac 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -293,6 +293,7 @@ button.add-column { background-color: white; border: 1px solid lightgray; padding: 2px 3px; + overflow-x: hidden; &:not(:first-child) { border-top: 0; |
