mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 05:22:38 +00:00
fixing button wrapping in the publish modal
This commit is contained in:
parent
71351476f7
commit
00bf50906d
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
||||||
.wl-icon:before{
|
.wl-icon:before{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
.btn-primary{
|
||||||
|
whiteSpace: 'normal'
|
||||||
|
}
|
||||||
.button-as-link{
|
.button-as-link{
|
||||||
color: green;
|
color: green;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
|
Loading…
Reference in a new issue