Too little space to display the contents of the column header, with solution the a bug

When translated into Russian language are faced with the problem

width_error

Solution the a defect.

In file /usr/local/ispconfig/interface/web/themes/default/assets/stylesheets/ispconfig.css find the line (line number 298)

thead.dark th.tiny-col {
  width: 8%;

and replace the parameter width value e.g. 'auto', or another appropriate value.

thead.dark th.tiny-col {
  width: auto;

width_OK


sidebar_err

Solution the a defect.

In file /usr/local/ispconfig/interface/web/themes/default/assets/stylesheets/ispconfig.css find the line (line number 138)

#sidebar {
  margin-top: 27px;
  width: 18%;

and replace the parameter width value e.g. 'auto', or another appropriate value.

#sidebar {
  margin-top: 27px;
  width: auto;

sidebar_ok