mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-13 09:28:50 +01:00
Prevent action buttons from wrapping in Safari
This commit is contained in:
parent
7b66b832d5
commit
2b25fc67cf
2 changed files with 4 additions and 1 deletions
src/components
|
@ -26,6 +26,9 @@
|
|||
#shortcuts-settings-container .shortcuts-list li .shortcut-text {
|
||||
flex-grow: 1;
|
||||
}
|
||||
#shortcuts-settings-container .shortcuts-list li .shortcut-actions {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
#shortcuts-settings-container summary {
|
||||
cursor: pointer;
|
||||
|
|
|
@ -236,7 +236,7 @@ function ShortcutsSettings() {
|
|||
<span class="shortcut-text">
|
||||
<AsyncText>{title}</AsyncText>
|
||||
</span>
|
||||
<span>
|
||||
<span class="shortcut-actions">
|
||||
<button
|
||||
type="button"
|
||||
class="plain small"
|
||||
|
|
Loading…
Reference in a new issue