diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-19 14:52:26 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-19 14:52:26 -0400 |
| commit | e95a771cb0bcc3add66ebd28344d6a303e7b2bca (patch) | |
| tree | c6a8ca2687ef43606ebcae21d4dd97c4d87c1eb5 /src/client/views/DocumentDecorations.scss | |
| parent | a07a776e50b4d1789b51731f1e447e7be0ef7dba (diff) | |
fixed mini template menu layout
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 4ab5d733f..e68bfc6ad 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -154,7 +154,7 @@ $linkGap : 3px; .link-button-container { margin-top: $linkGap; grid-column: 1/4; - width: auto; + width: max-content; height: auto; display: flex; flex-direction: row; |
