You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/03/18 15:16:05 UTC

[GitHub] [couchdb-fauxton] brianewilkins edited a comment on pull request #1312: feat: change partition option to checkbox

brianewilkins edited a comment on pull request #1312:
URL: https://github.com/apache/couchdb-fauxton/pull/1312#issuecomment-801872587


   I think adding a gap between the "Database name" text field and the "Partitioned Database?" checkbox makes it look better.
   That is, to change lines 90 to 97 of  ./app/addons/databases/assets/less/databases.less from:
   ```
     .partitioned-db-options {
       display: flex;
       align-items: baseline;
       input {
         margin: 0px 10px 0px 0px;
       }
     }
   ```
   to:
   ```
     .partitioned-db-options {
       display: flex;
       align-items: baseline;
       padding-top: 1rem;
       input {
         margin: 0px 10px 0px 0px;
       }
     }
   ``` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org