Jump to content

Отступ в сообщениях

Featured Replies

Всем привет

Меня напрягает 1 момент (в прочем он есть и на этом форуме)

Как убрать такой большой отступ при написании сообщений?

Когда нажимаешь ENTER отступ выглядит так как будто его дважды сделали

Как сейчас : 

1.thumb.png.82cae748e899591c6f8a0f8a12dc

Как нужно :  

2.thumb.png.577c4f0681acabe5bc523ac9de13

 

Link to comment
https://ipbmafia.ru/topic/11999-otstup-v-soobsheniyah/
Share on other sites
.ipsType_richText {
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
 /* изменить значение на необходимое*/
}

Но высота строки зависит не только от этого параметра, а например еще и от самого шрифта.

Link to comment
https://ipbmafia.ru/topic/11999-otstup-v-soobsheniyah/?&do=findComment&comment=91254
Share on other sites

В custom.css:

p {
    display: block;
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

 

Link to comment
https://ipbmafia.ru/topic/11999-otstup-v-soobsheniyah/?&do=findComment&comment=91255
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.