Added Person-Name-Scheme for showing/entering academic degree after the name (e.g. <Name>, MA) (#1861)

This commit is contained in:
Richard Schreiber
2020-11-27 16:08:34 +01:00
committed by GitHub
parent 66af5973ec
commit c71c78cf69
3 changed files with 26 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ a.btn, button.btn {
display: flex;
flex-direction: row;
input, select {
width: auto;
min-width: 5em;
flex-basis: 0;
flex-grow: 1;
}