Skip to content

Commit

Permalink
FIX: Text in question dialog was not aligned with the title (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
JindrichSusen committed Jul 10, 2023
1 parent d7540bf commit 094b9e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ along with ORIGAM. If not, see <http://www.gnu.org/licenses/>.
*/

.dialogContent {
padding: 10px;
white-space:pre-wrap;
padding: 12px;
white-space: pre-line;
}

0 comments on commit 094b9e0

Please sign in to comment.