mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Fixed: Plugin's help popover (Better view for plugin's readme content)
This commit is contained in:
parent
e8fbdff09c
commit
3887073016
3 changed files with 19 additions and 3 deletions
|
|
@ -181,6 +181,19 @@ html.rgba.textshadow {
|
|||
}
|
||||
}
|
||||
|
||||
.popover {
|
||||
width: auto;
|
||||
min-width: 250px;
|
||||
max-width: 550px;
|
||||
|
||||
.popover-content pre {
|
||||
border: none;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
padding: 0;
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-group > .btn {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue